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