feat: add FORCE_TURN_RELAY variable

This commit is contained in:
Abhishek Kumar 2026-05-11 15:42:41 +05:30
parent 97c6c6f122
commit c0e8b631c4
12 changed files with 298 additions and 35 deletions

View file

@ -204,6 +204,9 @@ echo -e "${BLUE}[6/6] Creating environment file...${NC}"
OSS_JWT_SECRET=$(openssl rand -hex 32)
cat > .env << ENV_EOF
# Change environment from local to production so that coturn filters local IPs
ENVIRONMENT=production
# Backend API endpoint (public URL the backend uses to build webhook/embed links)
BACKEND_API_ENDPOINT=https://$SERVER_IP