For the live-state panel's Steam profile enrichment (persona names + avatars). Optional: empty value disables enrichment and the panel falls back to in-game names + placeholder avatars. The actual web.env is materialized by the ckn-bw bundle's Mako; the template here documents the operator-facing shape. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
10 lines
486 B
Text
10 lines
486 B
Text
DATABASE_URL=sqlite:////var/lib/left4me/left4me.db
|
|
SECRET_KEY=replace-with-generated-secret
|
|
JOB_WORKER_THREADS=4
|
|
|
|
# Steam Web API key for ISteamUser/GetPlayerSummaries — used by the
|
|
# live-state poller to resolve player Steam IDs to persona names + avatars
|
|
# in the server detail panel. Free at https://steamcommunity.com/dev/apikey.
|
|
# Optional: if empty, the live-state panel still shows counts/map and the
|
|
# in-game name from RCON, just with placeholder avatars.
|
|
STEAM_WEB_API_KEY=
|