mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-26 07:21:39 +00: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:
parent
c76e823c14
commit
4df1641355
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue