feat: initial commit at project root

This commit is contained in:
Hamza-Ayed
2026-05-28 15:10:16 +03:00
commit 5a57b03efd
22 changed files with 1709 additions and 0 deletions

17
.env.example Normal file
View File

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