Skip to content

Commit

Permalink
Change default ref environment to 'insights-production' (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsquizz authored Nov 26, 2024
1 parent 7a90a42 commit f6f7670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bonfire/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
BONFIRE_BOT = os.getenv("BONFIRE_BOT", "false").lower() == "true"

BONFIRE_DEFAULT_PREFER = str(os.getenv("BONFIRE_DEFAULT_PREFER", "ENV_NAME=frontends")).split(",")
BONFIRE_DEFAULT_REF_ENV = str(os.getenv("BONFIRE_DEFAULT_REF_ENV", "insights-stage"))
BONFIRE_DEFAULT_REF_ENV = str(os.getenv("BONFIRE_DEFAULT_REF_ENV", "insights-production"))
BONFIRE_DEFAULT_FALLBACK_REF_ENV = str(
os.getenv("BONFIRE_DEFAULT_FALLBACK_REF_ENV", "insights-stage")
)
Expand Down

0 comments on commit f6f7670

Please sign in to comment.