mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-26 09:13:58 -04:00
Add demo application environment
This commit is contained in:
@@ -148,6 +148,10 @@ class Staging(Production):
|
||||
HEADER_COLOUR = '#6F72AF' # $mauve
|
||||
|
||||
|
||||
class Demo(Staging):
|
||||
pass
|
||||
|
||||
|
||||
class Scanning(Production):
|
||||
BASIC_AUTH_FORCE = False
|
||||
HTTP_PROTOCOL = 'http'
|
||||
@@ -162,5 +166,6 @@ configs = {
|
||||
'test': Test,
|
||||
'scanning': Scanning,
|
||||
'staging': Staging,
|
||||
'demo': Demo,
|
||||
'production': Production
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user