mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Disable paas-proxy header check on staging
See: alphagov/notifications-api#2052
This commit is contained in:
@@ -121,7 +121,7 @@ class Staging(Config):
|
|||||||
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-staging'
|
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-staging'
|
||||||
MOU_BUCKET_NAME = 'staging-notify.works-mou'
|
MOU_BUCKET_NAME = 'staging-notify.works-mou'
|
||||||
NOTIFY_ENVIRONMENT = 'staging'
|
NOTIFY_ENVIRONMENT = 'staging'
|
||||||
CHECK_PROXY_HEADER = True
|
CHECK_PROXY_HEADER = False
|
||||||
|
|
||||||
|
|
||||||
class Live(Config):
|
class Live(Config):
|
||||||
|
|||||||
Reference in New Issue
Block a user