10 lines
273 B
Bash
10 lines
273 B
Bash
DB_HOST=127.0.0.1
|
|
DB_PORT=3306
|
|
DB_USER=playtime_readonly
|
|
DB_PASSWORD=changeme
|
|
DB_NAME=unloze_playtimestats
|
|
|
|
# Required for avatars to load — without it, the fallback question-mark
|
|
# image is used instead. Get a key at https://steamcommunity.com/dev/apikey
|
|
STEAM_API_KEY=
|