Skip to content

Commit

Permalink
set the backend url to locahost
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzgrewal committed Sep 27, 2024
1 parent 14e67ac commit 868b9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ x-frontend: &frontend
VITE_ZONE: DEV
VITE_USER_POOLS_ID: ca-central-1_t2HSZBHur
VITE_USER_POOLS_WEB_CLIENT_ID: 3g6n2ha1loi4kp1jhaq359vrvb
VITE_BACKEND_URL: https://nr-silva-test-backend.apps.silver.devops.gov.bc.ca
VITE_BACKEND_URL: http://localhost:8080
healthcheck:
test: curl http://localhost:3000"
interval: 15s
Expand Down

0 comments on commit 868b9d1

Please sign in to comment.