Files
Steam-Panel/.env.example
T
2026-07-08 06:24:52 +00:00

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