Skip to content

Commit

Permalink
Fix: Add VITE_METADATA_API_URL env variable on test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mesudip committed Aug 2, 2024
1 parent 2c853b5 commit a9036e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test-infrastructure/docker-compose-govtool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ services:
VITE_APP_ENV: ${APP_ENV:-test}
VITE_USERSNAP_SPACE_API_KEY: ${USERSNAP_SPACE_API_KEY}
VITE_IS_PROPOSAL_DISCUSSION_FORUM_ENABLED: "true"
VITE_METADATA_API_URL: https://${BASE_DOMAIN}/metadata-validation
GTM_ID: ${GTM_ID}
environment:
VIRTUAL_HOST: https://${BASE_DOMAIN}
Expand Down

0 comments on commit a9036e9

Please sign in to comment.