aethex-forge/discord-bot/.env.example
Builder.io c6c4eaf9f4 Update bot health port to PebbleHost's 8044
cgen-2b9ebcdf8dda4458b8d1f7c52608fca9
2025-11-09 01:01:57 +00:00

18 lines
530 B
Text

# Discord Bot Configuration
DISCORD_BOT_TOKEN=your_bot_token_here
DISCORD_CLIENT_ID=578971245454950421
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
# Note: PebbleHost assigns port 8044 for the health endpoint
BOT_PORT=3000
HEALTH_PORT=8044
NODE_ENV=production
# AeThex Configuration
AETHEX_API_URL=https://aethex.dev/api
AETHEX_DISCORD_VERIFY_URL=https://aethex.dev/discord-verify