mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-26 17:24:23 -04:00
updated config with logging properties
This commit is contained in:
@@ -7,6 +7,10 @@ class Config(object):
|
|||||||
cache = False
|
cache = False
|
||||||
manifest = True
|
manifest = True
|
||||||
|
|
||||||
|
NOTIFY_LOG_LEVEL = 'DEBUG'
|
||||||
|
NOTIFY_APP_NAME = 'api'
|
||||||
|
NOTIFY_LOG_PATH = '/var/log/notify/application.log'
|
||||||
|
|
||||||
SQLALCHEMY_COMMIT_ON_TEARDOWN = False
|
SQLALCHEMY_COMMIT_ON_TEARDOWN = False
|
||||||
SQLALCHEMY_RECORD_QUERIES = True
|
SQLALCHEMY_RECORD_QUERIES = True
|
||||||
SQLALCHEMY_DATABASE_URI = 'postgresql://localhost/notifications_admin'
|
SQLALCHEMY_DATABASE_URI = 'postgresql://localhost/notifications_admin'
|
||||||
|
|||||||
Reference in New Issue
Block a user