Make SQLALCHEMY_ECHO option independent of DEBUG for sqlalchemy logging.

This commit is contained in:
dandds
2019-05-02 15:41:13 -04:00
parent 9bfff9abf0
commit b8a24c37c4
2 changed files with 2 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ SECRET_KEY = change_me_into_something_secret
SESSION_COOKIE_NAME=atat
SESSION_TYPE = redis
SESSION_USE_SIGNER = True
SQLALCHEMY_ECHO = False
STORAGE_CONTAINER=uploads
STORAGE_KEY=''
STORAGE_SECRET=''