24 lines
355 B
Plaintext
24 lines
355 B
Plaintext
# Server Configuration
|
|
PORT=:8080
|
|
READ_TIMEOUT=15s
|
|
WRITE_TIMEOUT=15s
|
|
SHUTDOWN_TIMEOUT=30s
|
|
|
|
# Authentication
|
|
USERNAME=admin
|
|
PASSWORD=
|
|
|
|
# Logging
|
|
LOG_LEVEL=info
|
|
LOG_FORMAT=console
|
|
|
|
# Security
|
|
RATE_LIMIT_ENABLED=true
|
|
RATE_LIMIT_RPS=100
|
|
CORS_ORIGINS=http://localhost:5173,http://localhost:8080
|
|
|
|
# TLS (optional)
|
|
TLS_ENABLED=false
|
|
TLS_CERT_FILE=
|
|
TLS_KEY_FILE=
|