Skip to content

Commit

Permalink
Updated local ti service url to be reachable inside docker (#1545)
Browse files Browse the repository at this point in the history
  • Loading branch information
basiliskus authored Nov 4, 2024
1 parent fbad979 commit 414c96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/.env.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RS_HOME="/path/to/prime-reportstream"
RS_LCL_API_URL="http://localhost:7071"
RS_STG_API_URL="https://staging.prime.cdc.gov:443"
RS_PRD_API_URL="https://prime.cdc.gov:443"
TI_LCL_API_URL="http://localhost:8080"
TI_LCL_API_URL="http://host.docker.internal:8080"
TI_STG_API_URL="https://cdcti-stg-api.azurewebsites.net:443"
TI_PRD_API_URL="https://cdcti-prd-api.azurewebsites.net:443"

Expand Down

0 comments on commit 414c96c

Please sign in to comment.