Skip to content

Commit

Permalink
Rename db env var
Browse files Browse the repository at this point in the history
  • Loading branch information
markusweigelt committed Aug 10, 2023
1 parent c5d4f77 commit 52587e9
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 @@ -16,7 +16,7 @@ services:
GID: ${MANAGER_ENV_GID}
UMASK: ${MANAGER_ENV_UMASK}
CONTROLLER: "${CONTROLLER_HOST}:${CONTROLLER_PORT_SSH}"
DB_CONNECTION: "mongodb://${DB_ROOT_USER:-root}:${DB_ROOT_PASSWORD:-root_password}@ocrd-database:27017"
DB_CONNECTION: "mongodb://${MONITOR_DB_ROOT_USER:-root}:${MONITOR_DB_ROOT_PASSWORD:-root_password}@ocrd-database:27017"
ACTIVEMQ: "${MQ_HOST}:${MQ_PORT}"
ACTIVEMQ_CLIENT_QUEUE: "${MQ_CLIENT_QUEUE}"

Expand Down

0 comments on commit 52587e9

Please sign in to comment.