Skip to content

Commit

Permalink
Merge branch 'master' into frontend-context-name
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 authored Dec 3, 2024
2 parents cb5d7d3 + f6f7670 commit c34c5f8
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 c34c5f8

Please sign in to comment.