mirror of
https://dev.azure.com/globalhealthx/EMR/_git/helix-engage
synced 2026-04-14 20:12:25 +00:00
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
use-sip-phone.ts reads VITE_SIP_* as fallback before login response provides per-agent config. Keep them for safety. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
10 lines
451 B
Plaintext
10 lines
451 B
Plaintext
# EC2 deployment — Caddy reverse-proxies /auth/* and /api/* to the sidecar
|
|
# on the same domain, so VITE_API_URL is empty (same-origin).
|
|
VITE_API_URL=
|
|
|
|
# SIP defaults — used as fallback if login response doesn't include agent config.
|
|
# Per-agent SIP config from the Agent entity (returned at login) takes precedence.
|
|
VITE_SIP_URI=sip:523590@blr-pub-rtc4.ozonetel.com
|
|
VITE_SIP_PASSWORD=523590
|
|
VITE_SIP_WS_SERVER=wss://blr-pub-rtc4.ozonetel.com:444
|