feat: initial commit at project root

This commit is contained in:
Hamza-Ayed
2026-05-29 01:06:47 +03:00
commit 87ec54bbd7
22 changed files with 1737 additions and 0 deletions

23
.env.example Normal file
View File

@@ -0,0 +1,23 @@
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