Skip to content

Commit

Permalink
Adds prod to listener
Browse files Browse the repository at this point in the history
  • Loading branch information
philipmac committed Dec 9, 2022
1 parent 8bbf98e commit 5b79978
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helper_scripts/hedwig_reg_listen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ if [[ $HEDWIG_ENV == "dev" ]]; then
export PREFECT__SERVER__HOST="https://prefect1.hedwig-workflow-api.niaiddev.net"
elif [[ $HEDWIG_ENV == "qa" ]]; then
export PREFECT__SERVER__HOST="https://prefect1.hedwig-workflow-api.niaidqa.net"
elif [[ $HEDWIG_ENV == "prod" ]]; then
export PREFECT__SERVER__HOST="https://prefect1.hedwig-workflow-api.niaidprod.net"
fi


Expand Down

0 comments on commit 5b79978

Please sign in to comment.