Files

10 lines
385 B
Bash
Raw Permalink Normal View History

2026-05-01 18:51:04 +02:00
DISCORD_TOKEN=your_discord_bot_token
DISCORD_CLIENT_ID=your_discord_application_client_id
DISCORD_CLIENT_SECRET=your_discord_application_client_secret
DISCORD_REDIRECT_URI=http://localhost:3000/auth/discord/callback
SESSION_SECRET=replace_with_a_long_random_secret
DISCORD_GUILD_ID=optional_guild_id_for_instant_command_updates
PORT=3000
QUOTE_CONFIG_PATH=./config/quotes.config.json