17 lines
596 B
Bash
17 lines
596 B
Bash
# Discord Bot Token
|
|
# Get this from https://discord.com/developers/applications
|
|
DISCORD_TOKEN=MTQ5MTAxODYzOTc0MTI5MjY0NA.GxBqVk.dB3cWx8t8-kWLrMLGFL-g2ePkrs7l_XEIedHdk
|
|
|
|
# Discord Channel IDs to monitor (comma-separated)
|
|
# Right-click a channel and select "Copy Channel ID" (enable Developer Mode first)
|
|
DISCORD_CHANNEL_IDS=600347996080701506,720537868996444230,1480636166150816007
|
|
|
|
# Server port (optional, defaults to 3000)
|
|
PORT=8000
|
|
|
|
# Base URL for RSS feed links (optional)
|
|
BASE_URL=rss.hacecalor.net
|
|
|
|
# Fetch interval in milliseconds (optional, defaults to 5 minutes)
|
|
FETCH_INTERVAL_MS=300000
|