aethex-forge/discord-bot/.env
Builder.io b1a77b5bb2 Replace .env with template (user must fill in values)
cgen-c1e09483f74c49509e61674e8e48b6b3
2025-11-08 13:18:54 +00:00

12 lines
353 B
Bash

# Discord Bot Configuration - FILL IN YOUR VALUES
DISCORD_BOT_TOKEN=your_bot_token_here
DISCORD_CLIENT_ID=your_client_id_here
DISCORD_PUBLIC_KEY=your_public_key_here
# Supabase Configuration
SUPABASE_URL=https://kmdeisowhtsalsekkzqd.supabase.co
SUPABASE_SERVICE_ROLE=your_service_role_key_here
# Server Configuration
BOT_PORT=3000
NODE_ENV=production