7f17dc826e
- Each environment now runs its own PB + LiveKit + Voice Token + frontend - UAT LiveKit: 7890, Voice Token: 7893 (separate from Dev 7880/7883) - Remove docker-compose.backend.yml, merge into dev compose - Delete duplicate bulletin migration files that caused PB crash on startup - Update CLAUDE.md, nginx configs, and .env files accordingly Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
6 lines
156 B
Bash
6 lines
156 B
Bash
# UAT Environment
|
|
VITE_PB_URL=http://192.168.1.14:8711
|
|
VITE_PORT=7034
|
|
VITE_LIVEKIT_URL=ws://192.168.1.14:7890
|
|
VITE_VOICE_TOKEN_URL=http://192.168.1.14:7893
|