Initial commit
This commit is contained in:
parent
3802950b81
commit
3fc550debe
5 changed files with 168 additions and 0 deletions
24
.env.example
Normal file
24
.env.example
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue