feat: initial commit at project root
This commit is contained in:
23
.env.example
Normal file
23
.env.example
Normal 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user