mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-23 07:46:06 -04:00
New config style
This commit is contained in:
10
config.py
10
config.py
@@ -136,9 +136,9 @@ class Live(Config):
|
||||
|
||||
|
||||
configs = {
|
||||
'development': 'config.Development',
|
||||
'test': 'config.Test',
|
||||
'live': 'config.Live',
|
||||
'staging': 'config.Staging',
|
||||
'preview': 'config.Preview'
|
||||
'development': Development,
|
||||
'test': Test,
|
||||
'live': Live,
|
||||
'staging': Staging,
|
||||
'preview': Preview
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user