Skip to content

Commit

Permalink
GPS: add a feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
celine-m-s committed Apr 22, 2024
1 parent d830ba6 commit b001861
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -650,3 +650,8 @@
C4_TOKEN = os.getenv("C4_TOKEN", None)

DORA_BASE_URL = os.getenv("DORA_BASE_URL", "https://dora.inclusion.beta.gouv.fr")

# GPS
# ------------------------------------------------------------------------------
# Until GPS goes live for everyone, keep the feature hidden in production.
GPS_ENABLED = ITOU_ENVIRONMENT != "PROD"

0 comments on commit b001861

Please sign in to comment.