Unit Tests / test (pull_request) Successful in 10s
Rename user-facing UI, page metadata, and docs from the AIML Operations chat product to Hesychia. Keep live API hosts and deploy webroots; document the hesychia.ai migration path until infra cutover.
5 lines
314 B
Bash
5 lines
314 B
Bash
# Production API hosts (current). Target public product domain: hesychia.ai
|
|
# Flip these to hesychia.ai API hosts when server-infra / DNS cut over.
|
|
REACT_APP_BACKEND_REST_API_BASE_URL=https://chatbackend.aimloperations.com/api/
|
|
REACT_APP_BACKEND_WS_API_BASE_URL=wss://chatbackend.aimloperations.com/ws/chat_again/
|