# API URL for the dashboard backend NEXT_PUBLIC_API_URL=https://xxxx-xxxx-xxxx.ngrok-free.app/api/v1 # API Key for authentication (if used) NEXT_PUBLIC_DASHBOARD_API_KEY=ZYROX_SECURE_API_KEY_12345_CHANGE_THIS_ASAP_BY_CODEX_DEVS # NextAuth Configuration NEXTAUTH_URL=https://your-vercel-url-here-codex-devs.vercel.app/ NEXTAUTH_SECRET=zyrox_nextauth_default_secret_string_2026_change_me_BY_CODEX_DEVS # Discord OAuth configuration DISCORD_CLIENT_ID= DISCORD_CLIENT_SECRET= # Admin User IDs (comma separated) NEXT_PUBLIC_ADMIN_IDS=870179991462236170 # Customizable Brand / Bot name shown across the dashboard NEXT_PUBLIC_BRAND_NAME="ZyroX" NEXT_PUBLIC_BRAND_NAME_WORD="ZX"