# Discord Core DISCORD_BOT_TOKEN=your_bot_token GUILD_ID=your_guild_id DISCORD_CLIENT_ID=your_client_id DISCORD_CLIENT_SECRET=your_client_secret # OAuth & Admin REDIRECT_URI=https://discord-bot.firefrostgaming.com/auth/discord/callback ADMIN_USERS=discord_id_1,discord_id_2 SESSION_SECRET=your_secure_session_secret PORT=3500 NODE_ENV=production # PostgreSQL Database DB_USER=arbiter DB_HOST=127.0.0.1 DB_NAME=arbiter_db DB_PASSWORD=your_secure_password DB_PORT=5432 # Pterodactyl Integration PANEL_URL=https://panel.firefrostgaming.com PANEL_CLIENT_KEY=ptlc_... PANEL_APPLICATION_KEY=ptla_... MINECRAFT_NEST_IDS=1,6,7 # Stripe Integration STRIPE_SECRET_KEY=sk_test_... # or sk_live_... for production STRIPE_WEBHOOK_SECRET=whsec_... # Get from Stripe Dashboard webhook settings BASE_URL=https://discord-bot.firefrostgaming.com # For checkout redirect URLs