Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions balrogscript/docker.d/init_worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ case $COT_PRODUCT in
prod)
export AUTH0_AUDIENCE="balrog-production"
;;
# temporary environment to allow validation of new production environment
# when `aus4-admin.mozilla.org` is pointed at mozcloud prod this can go away
mozcloud-prod)
export API_ROOT="https://admin.prod.balrog.prod.webservices.mozgcp.net/api"
export AUTH0_AUDIENCE="balrog-production"
;;
*)
exit 1
;;
Expand Down