From f71303a2e604109e4eb007c7468f91adccd695cb Mon Sep 17 00:00:00 2001 From: ltwy <1043218708@qq.com> Date: Tue, 16 Feb 2016 17:47:41 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E4=B8=8D=E6=8F=90=E4=BE=9BSE?= =?UTF-8?q?CRET=5FKEY=EF=BC=8C=E6=8F=90=E9=AB=98=E5=AE=89=E5=85=A8?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oj/custom_settings.example.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/oj/custom_settings.example.py b/oj/custom_settings.example.py index a1d1090..efe21bd 100644 --- a/oj/custom_settings.example.py +++ b/oj/custom_settings.example.py @@ -1,7 +1,9 @@ # coding=utf-8 import os -SECRET_KEY = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' +# please set your own SECRET_KEY to a long random string +SECRET_KEY = None + SSO = {"callback": "https://xxxxxxxxx/login"}