mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-13 08:15:21 +02:00
fix: use environment variable for BACKEND_URL
This commit is contained in:
parent
871a472985
commit
20b8dc60c1
3 changed files with 12 additions and 1 deletions
|
|
@ -173,6 +173,9 @@ cat > .env << ENV_EOF
|
|||
# Backend API endpoint (for remote deployment)
|
||||
BACKEND_API_ENDPOINT=https://$SERVER_IP
|
||||
|
||||
# Backend URL for UI
|
||||
BACKEND_URL=https://$SERVER_IP
|
||||
|
||||
# TURN Server Configuration (time-limited credentials via TURN REST API)
|
||||
TURN_HOST=$SERVER_IP
|
||||
TURN_SECRET=$TURN_SECRET
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue