Manual code updates made to file: code/discord-bot/.env.example

This commit is contained in:
Builder.io 2025-11-10 07:42:33 +00:00
parent 9312a8af3c
commit fc1b0b6252

View file

@ -1,14 +1,14 @@
# Discord Bot Configuration
DISCORD_BOT_TOKEN=your_bot_token_here
DISCORD_BOT_TOKEN=NTc4OTcxMjQ1NDU0OTUwNDIx.GGkbNk.t7t5WeFDhZJuvmaflbr0jCnUmlCo0loiSLd3ik.Gv-kuN.MiaXTUhlTzCqsTdwhO8sbYci0lIIY5uC08O5Ug
DISCORD_CLIENT_ID=578971245454950421
DISCORD_PUBLIC_KEY=your_public_key_here
DISCORD_PUBLIC_KEY=d9771dd29e3a6f030cb313e33bb4b51384c7c36829bd551df714681dcf1e1eb0
# Supabase Configuration
SUPABASE_URL=https://kmdeisowhtsalsekkzqd.supabase.co
SUPABASE_SERVICE_ROLE=your_service_role_key_here
SUPABASE_URL=https://supabase.aethex.tech
SUPABASE_SERVICE_ROLE=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImttZGVpc293aHRzYWxzZWtrenFkIiwicm9sZSI6InNlcnZpY2Vfcm9sZSIsImlhdCI6MTc1MzczNzY1MiwiZXhwIjoyMDY5MzEzNjUyfQ.eGIlr4oT-0btJMCv_AnDQ1hqW4RYEPXsI7L73GAbir4
# Server Configuration
# Note: PebbleHost assigns port 8044 for the health endpoint
# Note: Railway assigns port 8044 for the health endpoint
BOT_PORT=3000
HEALTH_PORT=8044
NODE_ENV=production