Skip to content

Commit

Permalink
fix: get oracle test url back on docker compose file (#683)
Browse files Browse the repository at this point in the history
no issue related

this change was first addresed when testing FAM so we need everything running locally, but now we can get back
  • Loading branch information
Ricardo Campos authored and DerekRoberts committed May 13, 2024
1 parent 1ea6de7 commit e77cf14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ x-frontend: &frontend
condition: service_started
environment:
VITE_SERVER_URL: http://localhost:8090
VITE_ORACLE_SERVER_URL: http://localhost:8091
VITE_ORACLE_SERVER_URL: https://nr-spar-test-oracle-api.apps.silver.devops.gov.bc.ca
LOG_LEVEL: debug
VITE_USER_POOLS_ID: ca-central-1_t2HSZBHur
VITE_USER_POOLS_WEB_CLIENT_ID: 6jmscjfesregki1pvng2oiopc3
Expand Down Expand Up @@ -46,7 +46,7 @@ services:
ALLOWED_ORIGINS: "http://localhost:*"
FORESTCLIENTAPI_ADDRESS: https://nr-forest-client-api-prod.api.gov.bc.ca/api
FORESTCLIENTAPI_KEY: "${FORESTCLIENTAPI_KEY}"
ORACLE_SERVER_URL: http://localhost:8091
ORACLE_SERVER_URL: https://nr-spar-test-oracle-api.apps.silver.devops.gov.bc.ca
POSTGRES_HOST: database
AWS_COGNITO_ISSUER_URI: "${AWS_COGNITO_ISSUER_URI}"
<<: *db-vars
Expand Down

0 comments on commit e77cf14

Please sign in to comment.