Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Revert "add directConnection"
Browse files Browse the repository at this point in the history
This reverts commit 040fd75.
  • Loading branch information
davwas committed Apr 16, 2024
1 parent 040fd75 commit 8f0b8a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose-files/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ services:
- CLAMAV__SERVICE_HOSTNAME=localhost
- CLAMAV__SERVICE_PORT=3310
# URIs and Port
- DB_URL=mongodb://mongodb-primary:27017,mongodb-secondary:27017,mongodb-arbiter:27017/schulcloud?directConnection=true&replicaSet=rs0&tls=false&readPreference=secondary
- DB_URL=mongodb://mongodb-primary:27017,mongodb-secondary:27017,mongodb-arbiter:27017/schulcloud?replicaSet=rs0&tls=false&readPreference=secondary
- REDIS_URI=redis://redis:6379
- RABBITMQ_URI=amqp://guest:guest@rabbit:5672
- CONTENT_URI=https://consent.schul-cloud.org #lernstore
Expand Down Expand Up @@ -206,7 +206,7 @@ services:
- FILES_STORAGE__S3_BUCKET=schulcloud
- FILES_STORAGE__S3_REGION=eu-central-1
# URIs and Port
- DB_URL=mongodb://mongodb-primary:27017,mongodb-secondary:27017,mongodb-arbiter:27017/schulcloud?directConnection=true&replicaSet=rs0&tls=false&readPreference=secondary
- DB_URL=mongodb://mongodb-primary:27017,mongodb-secondary:27017,mongodb-arbiter:27017/schulcloud?replicaSet=rs0&tls=false&readPreference=secondary
- REDIS_URI=redis://redis:6379
- RABBITMQ_URI=amqp://guest:guest@rabbit:5672
- CONTENT_URI=https://consent.schul-cloud.org #lernstore
Expand Down

0 comments on commit 8f0b8a7

Please sign in to comment.