mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
b617266c6d
Spelling service cleanup GitOrigin-RevId: 429071c6ad3cf55ae3cc6688cd1216ea7e9108fb
13 lines
414 B
Bash
13 lines
414 B
Bash
export CHAT_HOST=127.0.0.1
|
|
export CLSI_HOST=127.0.0.1
|
|
export CONTACTS_HOST=127.0.0.1
|
|
export DOCSTORE_HOST=127.0.0.1
|
|
export DOCUMENT_UPDATER_HOST=127.0.0.1
|
|
export DOCUPDATER_HOST=127.0.0.1
|
|
export FILESTORE_HOST=127.0.0.1
|
|
export HISTORY_V1_HOST=127.0.0.1
|
|
export NOTIFICATIONS_HOST=127.0.0.1
|
|
export PROJECT_HISTORY_HOST=127.0.0.1
|
|
export REALTIME_HOST=127.0.0.1
|
|
export WEB_HOST=127.0.0.1
|
|
export WEB_API_HOST=127.0.0.1
|