From fc1b0b625237a695468a0c9bd2dd41758c42b01a Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 10 Nov 2025 07:42:33 +0000 Subject: [PATCH] Manual code updates made to file: code/discord-bot/.env.example --- discord-bot/.env.example | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/discord-bot/.env.example b/discord-bot/.env.example index 8e14e246..09450361 100644 --- a/discord-bot/.env.example +++ b/discord-bot/.env.example @@ -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