mirror of
https://github.com/a-sync/game-server-watcher.git
synced 2026-07-22 05:41:43 -04:00
bearer token validation + retry prompt json-editor ui + json schema flush buttons, save config button add mustache dep. fix dev script new config sample: alerts + embed options
19 lines
376 B
Bash
19 lines
376 B
Bash
# Enable debug mode
|
|
DBG=0
|
|
# Game server info refresh interval in minutes [DEPRECETED]
|
|
REFRESH_TIME_MINUTES=5
|
|
# Writeable folder for data storage
|
|
DATA_PATH=./data/
|
|
# Admin secret
|
|
SECRET=
|
|
# Web service host
|
|
APP_HOST=localhost
|
|
# Web service port
|
|
APP_PORT=8080
|
|
# Discord bot token
|
|
DISCORD_BOT_TOKEN=
|
|
# Telegram bot token
|
|
TELEGRAM_BOT_TOKEN=
|
|
# Steam web API key
|
|
STEAM_WEB_API_KEY=
|