24 lines
437 B
Text
24 lines
437 B
Text
# Database Configuration
|
|
DB_NAME=servatrice
|
|
DB_USER=servatrice
|
|
DB_PASSWORD=changeme_secure_password
|
|
DB_ROOT_PASSWORD=changeme_root_password
|
|
|
|
# Server Configuration
|
|
SERVER_NAME="Jeirs Cockatrice Server"
|
|
SERVER_VERSION=2.10.2
|
|
SERVER_PORT=4747
|
|
WEBSOCKET_PORT=4748
|
|
|
|
# Security & Limits
|
|
MAX_USERS=500
|
|
MAX_USERS_PER_ADDRESS=4
|
|
IDLE_TIMEOUT=3600
|
|
ENABLE_REGISTRATION=true
|
|
|
|
# Room Settings
|
|
DEFAULT_ROOM=Main
|
|
MAX_ROOMS=50
|
|
|
|
# Logging
|
|
LOG_LEVEL=info
|