| 123456789101112131415161718192021222324 |
- CHAT_HOST=chat
- CLSI_HOST=clsi
- DOWNLOAD_HOST=clsi-nginx
- DOCSTORE_HOST=docstore
- DOCUMENT_UPDATER_HOST=document-updater
- FILESTORE_HOST=filestore
- GRACEFUL_SHUTDOWN_DELAY_SECONDS=0
- HISTORY_V1_HOST=history-v1
- HISTORY_REDIS_HOST=redis
- LISTEN_ADDRESS=0.0.0.0
- MONGO_HOST=mongo
- MONGO_URL=mongodb://mongo/sharelatex?directConnection=true
- NOTIFICATIONS_HOST=notifications
- PROJECT_HISTORY_HOST=project-history
- QUEUES_REDIS_HOST=redis
- DSMP_REDIS_HOST=redis
- REALTIME_HOST=real-time
- REDIS_HOST=redis
- SESSION_SECRET=foo
- V1_HISTORY_HOST=history-v1
- WEBPACK_HOST=webpack
- WEB_API_PASSWORD=overleaf
- WEB_API_USER=overleaf
- WEB_HOST=web
|