mirror of
https://github.com/BrenBroZAYT/uptime-kuma-discord-bot.git
synced 2026-06-13 16:40:03 +00:00
16 lines
353 B
Bash
16 lines
353 B
Bash
# Discord Bot Configuration
|
|
DISCORD_BOT_TOKEN=your_discord_bot_token_here
|
|
|
|
# Uptime Kuma Configuration
|
|
UPTIME_KUMA_URL=http://localhost:3001
|
|
UPTIME_KUMA_USERNAME=admin
|
|
UPTIME_KUMA_PASSWORD=your_password_here
|
|
|
|
# Bot Configuration
|
|
UPDATE_INTERVAL=60
|
|
EMBED_COLOR=5814783
|
|
|
|
# Admin Discord User IDs (comma-separated, can use slash commands)
|
|
ADMIN_USER_IDS=
|
|
|