first commit

This commit is contained in:
RayExo
2026-07-12 15:16:07 +05:30
commit 2289301f26
915 changed files with 69400 additions and 0 deletions

20
dashboard/.env.example Normal file
View File

@@ -0,0 +1,20 @@
# API URL for the dashboard backend
NEXT_PUBLIC_API_URL=http://localhost:8000/api/v1
# API Key for authentication (if used)
NEXT_PUBLIC_DASHBOARD_API_KEY=ZYROX_SECURE_API_KEY_12345
# NextAuth Configuration
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=zyrox_nextauth_default_secret_string_2026_change_me
# 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 X"
NEXT_PUBLIC_BRAND_NAME_WORD="ZX"