Create Discord bot .env with token and client ID
cgen-3869ee4d09124253a5d18b86ea38ac10
This commit is contained in:
parent
9cf859caea
commit
79fac1dc48
1 changed files with 1 additions and 17 deletions
|
|
@ -1,18 +1,2 @@
|
|||
# Discord Bot Configuration
|
||||
DISCORD_BOT_TOKEN=null
|
||||
DISCORD_BOT_TOKEN=NTc4OTcxMjQ1NDU0OTUwNDIx.GGkbNk.t7t5WeFDhZJuvmaflbr0jCnUmlCo0loiSLd3ik
|
||||
DISCORD_CLIENT_ID=578971245454950421
|
||||
DISCORD_PUBLIC_KEY=d9771dd29e3a6f030cb313e33bb4b51384c7c36829bd551df714681dcf1e1eb0
|
||||
|
||||
# Supabase Configuration
|
||||
SUPABASE_URL=https://supabase.aethex.tech
|
||||
SUPABASE_SERVICE_ROLE=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImttZGVpc293aHRzYWxzZWtrenFkIiwicm9sZSI6InNlcnZpY2Vfcm9sZSIsImlhdCI6MTc1MzczNzY1MiwiZXhwIjoyMDY5MzEzNjUyfQ.eGIlr4oT-0btJMCv_AnDQ1hqW4RYEPXsI7L73GAbir4
|
||||
|
||||
# Server Configuration
|
||||
# Note: Railway 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
|
||||
Loading…
Reference in a new issue