fix: something
This commit is contained in:
@@ -38,6 +38,17 @@ WEB_PORT=80
|
||||
# --- Daemon ---
|
||||
DAEMON_CONFIG=/etc/gamepanel/config.yml
|
||||
DAEMON_GRPC_PORT=50051
|
||||
DAEMON_TOKEN=CHANGE_ME_GENERATE_A_SECURE_TOKEN
|
||||
# Host directories for game server files and backups. The daemon hands these
|
||||
# exact paths to the host Docker engine when creating game containers, so they
|
||||
# must exist on the host — not inside the daemon container.
|
||||
DAEMON_DATA_PATH=/var/lib/gamepanel/servers
|
||||
DAEMON_BACKUP_PATH=/var/lib/gamepanel/backups
|
||||
|
||||
# --- Managed config persistence ---
|
||||
# How long the panel keeps restoring panel-managed config files after a start.
|
||||
# Steam images can re-validate for a long time before overwriting them.
|
||||
MANAGED_CONFIG_SUSTAIN_MS=1800000
|
||||
|
||||
# --- CDN (Plugin Artifacts) ---
|
||||
CDN_BASE_URL=https://cdn.hibna.com.tr
|
||||
|
||||
Reference in New Issue
Block a user