overleaf/services/web/local-test.env
Jakob Ackermann a540754f6e Merge pull request #18116 from overleaf/jpa-bulk-replace-localhost
[misc] bulk replace localhost with 127.0.0.1

GitOrigin-RevId: d238f3635302e8ff5500d611108c4d1bef216726
2024-04-26 08:04:39 +00:00

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://127.0.0.1:23000
HTTP_TEST_HOST=127.0.0.1