[Update] 默认关闭debug

This commit is contained in:
ibuler
2020-05-11 19:28:02 +08:00
parent cda677a30f
commit efc66cc7ee

View File

@@ -87,7 +87,7 @@ class Config(dict):
# Django Config, Must set before start
'SECRET_KEY': '',
'BOOTSTRAP_TOKEN': '',
'DEBUG': True,
'DEBUG': False,
'LOG_LEVEL': 'DEBUG',
'LOG_DIR': os.path.join(PROJECT_DIR, 'logs'),
'DB_ENGINE': 'mysql',