Files
voice-call-service/.env.example
2026-05-29 01:06:47 +03:00

24 lines
514 B
Plaintext

SERVER_ADDR=127.0.0.1:47880
API_KEY=replace_with_min_64_char_random_string_here
LOG_LEVEL=info
MAX_MESSAGE_BYTES=4096
HEARTBEAT_INTERVAL=20s
HEARTBEAT_TIMEOUT=30s
SESSION_DURATION=60s
RATE_LIMIT_PER_MIN=10
ENVIRONMENT=production
# Database configuration
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=callDB
DB_USERNAME=callDbUser
DB_PASSWORD=replace_with_db_password
# Coturn TURN server settings
TURN_URL=turn:turn.intaleqapp.com:3478
TURN_USERNAME=intaleq_call_user
TURN_CREDENTIAL=intaleq_call_password_secret