Skip to content

Commit

Permalink
fix(infra): keep country var only in common config
Browse files Browse the repository at this point in the history
  • Loading branch information
Zangetsu101 committed Oct 17, 2024
1 parent 0b8c401 commit 3cd6ec4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion infrastructure/docker-compose.development-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ services:
environment:
- LANGUAGES=en,fr
- SENTRY_DSN=${SENTRY_DSN:-}
- COUNTRY=${COUNTRY}
- QA_ENV=true
- NODE_ENV=production

Expand Down
1 change: 0 additions & 1 deletion infrastructure/docker-compose.qa-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ services:
environment:
- LANGUAGES=en,fr
- SENTRY_DSN=${SENTRY_DSN:-}
- COUNTRY=${COUNTRY}
- QA_ENV=true
- NODE_ENV=production

Expand Down

0 comments on commit 3cd6ec4

Please sign in to comment.