mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 19:18:24 -04:00
Remove unused config
This commit is contained in:
@@ -13,11 +13,7 @@ class Config(object):
|
|||||||
NOTIFY_APP_NAME = 'admin'
|
NOTIFY_APP_NAME = 'admin'
|
||||||
NOTIFY_LOG_PATH = '/var/log/notify/application.log'
|
NOTIFY_LOG_PATH = '/var/log/notify/application.log'
|
||||||
|
|
||||||
SQLALCHEMY_COMMIT_ON_TEARDOWN = False
|
|
||||||
SQLALCHEMY_RECORD_QUERIES = True
|
|
||||||
SQLALCHEMY_DATABASE_URI = 'postgresql://localhost/notifications_admin'
|
|
||||||
MAX_FAILED_LOGIN_COUNT = 10
|
MAX_FAILED_LOGIN_COUNT = 10
|
||||||
PASS_SECRET_KEY = 'secret-key-unique-changeme'
|
|
||||||
|
|
||||||
SESSION_COOKIE_NAME = 'notify_admin_session'
|
SESSION_COOKIE_NAME = 'notify_admin_session'
|
||||||
SESSION_COOKIE_PATH = '/admin'
|
SESSION_COOKIE_PATH = '/admin'
|
||||||
@@ -67,7 +63,6 @@ class Development(Config):
|
|||||||
|
|
||||||
|
|
||||||
class Test(Development):
|
class Test(Development):
|
||||||
SQLALCHEMY_DATABASE_URI = 'postgresql://localhost/test_notifications_admin'
|
|
||||||
WTF_CSRF_ENABLED = False
|
WTF_CSRF_ENABLED = False
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user