mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
171c05d697
GitOrigin-RevId: a0e5c19ea2e5738e4930b00bf60fd5f37fc07f37
18 lines
579 B
Bash
18 lines
579 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/
|
|
OVERLEAF_SAML_ENTRYPOINT=http://127.0.0.1:22280/simplesaml/saml2/idp/SSOService.php
|
|
OVERLEAF_SAML_CALLBACK_URL=http://127.0.0.1:22280/saml/callback
|
|
|
|
COOKIE_DOMAIN=
|
|
PUBLIC_URL=http://localhost:23000
|
|
HTTP_TEST_HOST=localhost
|