Merge pull request #15 from ltwy/master

默认不提供SECRET_KEY,提高安全性
This commit is contained in:
virusdefender
2016-02-16 17:48:42 +08:00

View File

@@ -1,7 +1,9 @@
# coding=utf-8 # coding=utf-8
import os import os
SECRET_KEY = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' # please set your own SECRET_KEY to a long random string
SECRET_KEY = None
SSO = {"callback": "https://xxxxxxxxx/login"} SSO = {"callback": "https://xxxxxxxxx/login"}