Files
game-server-watcher-a-sync/.env.example
2023-08-16 23:55:22 +02:00

23 lines
429 B
Plaintext

# Enable debug mode
DBG=0
# Game server info refresh interval in minutes
REFRESH_TIME_MINUTES=2
# Writeable folder for data storage
DATA_PATH=./data/
# Admin secret
SECRET=secret
# Web service host
HOST=0.0.0.0
# Web service port
PORT=8080
# Discord bot token
DISCORD_BOT_TOKEN=
# Telegram bot token
TELEGRAM_BOT_TOKEN=
# Slack bot token
SLACK_BOT_TOKEN=
# Slack app token
SLACK_APP_TOKEN=
# Steam web API key
STEAM_WEB_API_KEY=