Skip to content

Commit

Permalink
build: added new default password to docker compose
Browse files Browse the repository at this point in the history
This should fix a test that is currently failing due to wrong password
  • Loading branch information
BrennerT committed Jan 17, 2025
1 parent 96e1d04 commit dd3b2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
ML_DB_USER: mainzelliste
ML_DB_HOST: mainzelliste-db
ML_DB_PASS: "${ML_DB_PASS:-my-secret-db-password}"
ML_ROUTINE_CONNECTOR_PASSPHRASE: "${ML_ROUTINE_CONNECTOR_PASSPHRASE:-routine-connector-password}"
ML_ROUTINE_CONNECTOR_PASSPHRASE: "${ML_ROUTINE_CONNECTOR_PASSPHRASE:-transFAIR-password}"
ML_DIZ_PASSPHRASE: "${ML_DIZ_PASSPHRASE:-diz-password}"
ML_LOG_LEVEL: "${ML_LOG_LEVEL:-info}"
configs:
Expand Down

0 comments on commit dd3b2e0

Please sign in to comment.