mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
eb693e41dc
GitOrigin-RevId: 456beadb67a3313262c1f4f88792719535b1991c
20 lines
512 B
Bash
20 lines
512 B
Bash
CHAT_HOST=chat
|
|
CLSI_HOST=clsi
|
|
CONTACTS_HOST=contacts
|
|
DOCSTORE_HOST=docstore
|
|
DOCUMENT_UPDATER_HOST=document-updater
|
|
FILESTORE_HOST=filestore
|
|
GRACEFUL_SHUTDOWN_DELAY_SECONDS=0
|
|
HISTORY_V1_HOST=history-v1
|
|
LISTEN_ADDRESS=0.0.0.0
|
|
MONGO_HOST=mongo
|
|
MONGO_URL=mongodb://mongo/sharelatex?directConnection=true
|
|
NOTIFICATIONS_HOST=notifications
|
|
PROJECT_HISTORY_HOST=project-history
|
|
REALTIME_HOST=real-time
|
|
REDIS_HOST=redis
|
|
SESSION_SECRET=foo
|
|
WEBPACK_HOST=webpack
|
|
WEB_API_PASSWORD=overleaf
|
|
WEB_API_USER=overleaf
|
|
WEB_HOST=web
|