mirror of
https://github.com/Jackzmc/game-overlay.git
synced 2026-02-03 21:06:29 -06:00
11 lines
298 B
Bash
11 lines
298 B
Bash
# MySQL database url
|
|
DATABASE_URL=
|
|
# A random secret
|
|
JWT_SECRET=yourrandomgeneratedsecret
|
|
# Listen address IP:port
|
|
LISTEN_HOST=0.0.0.0:3011
|
|
RUST_LOG=warn,overlay_manager=trace
|
|
# Steam API Key from https://steamcommunity.com/dev/apikey
|
|
STEAM_APIKEY=
|
|
# Accept all steam logins
|
|
#STEAM_DONT_VALIDATE=1
|