Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: get oracle test url back on docker compose file #683

Merged
merged 2 commits into from
Nov 27, 2023
Merged
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
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