Files
overleaf-cep/services/web/local-test.env
mserranom fa016bf7d4 Rebrand LDAP env variables to Overleaf
GitOrigin-RevId: d0560a34a3ed0fb10fa2f5f3c0b41db7d7b10181
2024-02-09 09:05:41 +00:00

19 lines
583 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-overleaf?directConnection=true
OVERLEAF_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://localhost:23000
HTTP_TEST_HOST=localhost