forked from FOSS/Steam-Panel
11 lines
339 B
Bash
11 lines
339 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
|
|
|
|
# Per-account HTTP timeout in milliseconds
|
|
STEAM_PANEL_REQUEST_TIMEOUT=30000
|