forked from FOSS/Steam-Panel
15 lines
420 B
Bash
15 lines
420 B
Bash
# SteamPanel configuration
|
|
# Copy this file to .env and edit as needed.
|
|
# All settings are optional — defaults are shown below.
|
|
|
|
# Log level: DEBUG shows detailed internal logs (browser, DB, tasks)
|
|
# INFO is the default (clean output)
|
|
STEAM_PANEL_DEBUG=false
|
|
|
|
# Server bind address and port
|
|
STEAM_PANEL_HOST=127.0.0.1
|
|
STEAM_PANEL_PORT=8000
|
|
|
|
# Per-account HTTP timeout in milliseconds
|
|
STEAM_PANEL_REQUEST_TIMEOUT=30000
|