Skip to content

Commit

Permalink
Fix: Typo rename GTM_ID to VITE_GTM_ID
Browse files Browse the repository at this point in the history
  • Loading branch information
mesudip committed Aug 2, 2024
1 parent a9036e9 commit c5c3145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-infrastructure/docker-compose-govtool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
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}
VITE_GTM_ID: ${GTM_ID}
environment:
VIRTUAL_HOST: https://${BASE_DOMAIN}
networks:
Expand Down

0 comments on commit c5c3145

Please sign in to comment.