diff --git a/consent_api/config/defaults.py b/consent_api/config/defaults.py index e1455c36..7113cd2a 100644 --- a/consent_api/config/defaults.py +++ b/consent_api/config/defaults.py @@ -4,10 +4,10 @@ class DEV: class STAGING: - DEFAULT_CONSENT_API_ORIGIN = "https://gds-single-consent-staging.app/" + DEFAULT_CONSENT_API_ORIGIN = "https://gds-single-consent-staging.app" DEFAULT_OTHER_SERVICE_ORIGIN = "" class PROD: - DEFAULT_CONSENT_API_ORIGIN = "" + DEFAULT_CONSENT_API_ORIGIN = "https://consent-api-bgzqvpmbyq-nw.a.run.app" DEFAULT_OTHER_SERVICE_ORIGIN = ""