mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #13075 from overleaf/em-mongo-localhost-connection
Use directConnection when connecting to Mongo in dev GitOrigin-RevId: 9b659d4d740160fc3db40e1dd6411950220c7e67
This commit is contained in:
@@ -5,7 +5,7 @@ PUBSUB_REDIS_HOST=localhost
|
||||
RATELIMITER_REDIS_HOST=localhost
|
||||
GCLOUD_2_REDIS_HOST=localhost
|
||||
POSTGRES_HOST=localhost
|
||||
MONGO_URL=mongodb://localhost/sharelatex
|
||||
MONGO_URL=mongodb://localhost/sharelatex?directConnection=true
|
||||
SHARELATEX_LDAP_URL=ldap://localhost:22389
|
||||
SAML_BASE_URL_PATH=http://localhost:22280/simplesaml/
|
||||
SHARELATEX_SAML_ENTRYPOINT=http://localhost:22280/simplesaml/saml2/idp/SSOService.php
|
||||
|
||||
Reference in New Issue
Block a user