Files
nexus-terminal/.env
T
Baobhan Sith 81b8853932 update
2025-05-08 00:45:42 +08:00

9 lines
274 B
Bash

# local/docker
DEPLOYMENT_MODE=local
# Backend API Base URLs
REMOTE_GATEWAY_API_BASE_LOCAL=http://localhost:9090
REMOTE_GATEWAY_API_BASE_DOCKER=http://remote-gateway:9090
REMOTE_GATEWAY_WS_URL_LOCAL=ws://localhost:8080
REMOTE_GATEWAY_WS_URL_DOCKER=ws://remote-gateway:8080