CodeX - Dash and API Fixed

This commit is contained in:
RayExo
2026-07-16 11:14:48 +05:30
parent 7c3ef0d5a5
commit a2f113a35f
276 changed files with 4540 additions and 351 deletions

View File

@@ -1,11 +1,11 @@
# API URL for the dashboard backend
NEXT_PUBLIC_API_URL=http://localhost:8000/api/v1
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=http://localhost:3000
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
@@ -16,5 +16,5 @@ DISCORD_CLIENT_SECRET=
NEXT_PUBLIC_ADMIN_IDS=870179991462236170
# Customizable Brand / Bot name shown across the dashboard
NEXT_PUBLIC_BRAND_NAME="Zyrox X"
NEXT_PUBLIC_BRAND_NAME="ZyroX"
NEXT_PUBLIC_BRAND_NAME_WORD="ZX"