mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 15:46:07 -05:00
Create demo app environment
This commit is contained in:
@@ -415,10 +415,13 @@ class Production(Config):
|
||||
class Staging(Production):
|
||||
pass
|
||||
|
||||
class Demo(Production):
|
||||
pass
|
||||
|
||||
configs = {
|
||||
'development': Development,
|
||||
'test': Test,
|
||||
'staging': Staging,
|
||||
'demo': Demo,
|
||||
'production': Production
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user