From 95ea16e7f4fbc0728f79db6d7acce2975c03a429 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 8 Nov 2025 10:44:13 +0000 Subject: [PATCH] Create environment template for Discord bot cgen-ed8e0d6bffab450f871c036fe1695909 --- discord-bot/.env.example | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 discord-bot/.env.example diff --git a/discord-bot/.env.example b/discord-bot/.env.example new file mode 100644 index 00000000..978ec5d4 --- /dev/null +++ b/discord-bot/.env.example @@ -0,0 +1,16 @@ +# 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 +BOT_PORT=3000 +NODE_ENV=production + +# AeThex Configuration +AETHEX_API_URL=https://aethex.dev/api +AETHEX_DISCORD_VERIFY_URL=https://aethex.dev/discord-verify