Skip to content

Commit

Permalink
Add missing PDF_API_URL env var
Browse files Browse the repository at this point in the history
  • Loading branch information
spannercode committed Aug 27, 2024
1 parent e9844f8 commit 7c2fac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -47,6 +47,7 @@ services:
VITE_IS_PROPOSAL_DISCUSSION_FORUM_ENABLED: "true"
VITE_METADATA_API_URL: https://${BASE_DOMAIN}/metadata-validation
VITE_GTM_ID: ${GTM_ID}
VITE_PDF_API_URL: ${PDF_API_URL}
environment:
VIRTUAL_HOST: https://${BASE_DOMAIN}
networks:
Expand Down
1 change: 1 addition & 0 deletions tests/test-infrastructure/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@
USERSNAP_SPACE_API_KEY: "{{ lookup('env','USERSNAP_SPACE_API_KEY') }}"
SENTRY_DSN_FRONTEND: "{{ lookup ('env', 'SENTRY_DSN_FRONTEND') }}"
SENTRY_DSN_BACKEND: "{{ lookup ('env', 'SENTRY_DSN_BACKEND') }}"
PDF_API_URL: "{{ lookup ('env', 'PDF_API_URL') }}"
become: yes

0 comments on commit 7c2fac6

Please sign in to comment.