RELAY_CLIENT_ID=8927943911
# Relay runs on another machine: use THAT host (LAN/public IP), not 127.0.0.1. Same host:port as relay-server .env PORT.
RELAY_WS_URL=ws://122.179.135.84:3333
PORT=3344
DB_USER=sa
DB_PASSWORD=root
DB_SERVER=127.0.0.1
DB_DATABASE=CAPITAL
DB_PORT=1433

# Cancelled KOT push watcher (client_API -> relay-server internal hook)
# Must be the relay HTTP origin (same host:port as RELAY_WS_URL, but http). Not localhost unless relay runs locally on a different port than client_API.
RELAY_HTTP_URL=http://122.179.135.84:3333
RELAY_NOTIFY_SECRET=df11fd-1fd1f21sd-erer-dhjer-kjferyu-1234567890
CANCELLED_KOT_WATCHER_ENABLED=true
CANCELLED_KOT_POLL_MS=3000
