Skip to content

Commit

Permalink
re-add deployment_target in docker-compose.test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-dzeda committed Jan 8, 2024
1 parent 58ebf79 commit 5cf670b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- DATABASE_URL=postgresql://postgres:toor@db:5432/bcda?sslmode=disable
- BCDA_SSAS_CLIENT_ID=fake-client-id
- BCDA_SSAS_SECRET=fake-secret
- DEPLOYMENT_TARGET=test
- DEPLOYMENT_TARGET=local
- SSAS_ADMIN_SIGNING_KEY_PATH=../../../shared_files/ssas/admin_test_signing_key.pem
- SSAS_PUBLIC_SIGNING_KEY_PATH=../../../shared_files/ssas/public_test_signing_key.pem
- SSAS_PUBLIC_PORT=:3003
Expand Down

0 comments on commit 5cf670b

Please sign in to comment.