Skip to content

Commit

Permalink
Guilhemf/fix/default api url staging (#220)
Browse files Browse the repository at this point in the history
* fix: updated default url staging to the correct one

* fix: updated default url production to the correct one
  • Loading branch information
guifry authored Jan 12, 2024
1 parent ef83d3a commit b465141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions consent_api/config/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ class DEV:


class STAGING:
DEFAULT_CONSENT_API_ORIGIN = "https://consent-api-bgzqvpmbyq-nw.a.run.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 = ""

0 comments on commit b465141

Please sign in to comment.