mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
49a1bdd2b7
Replace localhost with 127.0.0.1 in local config files GitOrigin-RevId: e11b43786320b4a524db60c91e3970f03c2ea244
18 lines
565 B
Bash
18 lines
565 B
Bash
CLEANUP_MONGO=true
|
|
|
|
REDIS_HOST=127.0.0.1
|
|
REDIS_DB=5
|
|
QUEUES_REDIS_HOST=127.0.0.1
|
|
PUBSUB_REDIS_HOST=127.0.0.1
|
|
RATELIMITER_REDIS_HOST=127.0.0.1
|
|
GCLOUD_2_REDIS_HOST=127.0.0.1
|
|
POSTGRES_HOST=127.0.0.1
|
|
MONGO_URL=mongodb://127.0.0.1/test-sharelatex
|
|
SHARELATEX_LDAP_URL=ldap://127.0.0.1:22389
|
|
SAML_BASE_URL_PATH=http://127.0.0.1:22280/simplesaml/
|
|
SHARELATEX_SAML_ENTRYPOINT=http://127.0.0.1:22280/simplesaml/saml2/idp/SSOService.php
|
|
SHARELATEX_SAML_CALLBACK_URL=http://127.0.0.1:22280/saml/callback
|
|
|
|
COOKIE_DOMAIN=
|
|
PUBLIC_URL=http://127.0.0.1:23000
|
|
HTTP_TEST_HOST=127.0.0.1
|