mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
9953822175
Move acceptance test mocks to nonstandard ports and add options for running locally GitOrigin-RevId: bd8f70ac8d80599daccc51cfe7b90a2ad8d8c3d8
18 lines
560 B
Bash
18 lines
560 B
Bash
CLEANUP_MONGO=true
|
|
|
|
REDIS_HOST=localhost
|
|
REDIS_DB=5
|
|
QUEUES_REDIS_HOST=localhost
|
|
PUBSUB_REDIS_HOST=localhost
|
|
GCLOUD_2_REDIS_HOST=localhost
|
|
QUEUES_REDIS_HOST=localhost
|
|
POSTGRES_HOST=localhost
|
|
MONGO_URL=mongodb://localhost/test-sharelatex
|
|
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
|
|
SHARELATEX_SAML_CALLBACK_URL=http://localhost:22280/saml/callback
|
|
|
|
COOKIE_DOMAIN=
|
|
PUBLIC_URL=http://localhost:23000
|
|
HTTP_TEST_HOST=localhost
|