mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
Merge pull request #274 from alphagov/remove-unused-config
Remove unused config
This commit is contained in:
@@ -13,11 +13,7 @@ class Config(object):
|
||||
NOTIFY_APP_NAME = 'admin'
|
||||
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
|
||||
PASS_SECRET_KEY = 'secret-key-unique-changeme'
|
||||
|
||||
SESSION_COOKIE_NAME = 'notify_admin_session'
|
||||
SESSION_COOKIE_PATH = '/admin'
|
||||
@@ -67,7 +63,6 @@ class Development(Config):
|
||||
|
||||
|
||||
class Test(Development):
|
||||
SQLALCHEMY_DATABASE_URI = 'postgresql://localhost/test_notifications_admin'
|
||||
WTF_CSRF_ENABLED = False
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user