mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-23 23:00:08 +02:00
14 lines
445 B
Bash
14 lines
445 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 SPELLING_HOST=127.0.0.1
|
|
export WEB_HOST=127.0.0.1
|
|
export WEB_API_HOST=127.0.0.1
|