From 0df7c6909e01c398ee801a92adfa292642188c96 Mon Sep 17 00:00:00 2001 From: ibuler Date: Fri, 23 Nov 2018 11:30:31 +0800 Subject: [PATCH] =?UTF-8?q?[Update]=20=E4=BF=AE=E6=94=B9config=5Fexample?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config_example.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config_example.py b/config_example.py index 28341d442..d907b17f7 100644 --- a/config_example.py +++ b/config_example.py @@ -31,6 +31,10 @@ class Config: # 加密秘钥 生产环境中请修改为随机字符串,请勿外泄 SECRET_KEY = '2vym+ky!997d5kkcc64mnz06y1mmui3lut#(^wd=%s_qj$1%x' + # SECURITY WARNING: keep the bootstrap token used in production secret! + # 预共享Token coco和guacamole用来注册服务账号,不在使用原来的注册接受机制 + BOOTSTRAP_TOKEN = 'PleaseChangeMe' + # Development env open this, when error occur display the full process track, Production disable it # DEBUG 模式 开启DEBUG后遇到错误时可以看到更多日志 # DEBUG = True