first commit
This commit is contained in:
20
dashboard/.env.example
Normal file
20
dashboard/.env.example
Normal 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"
|
||||
Reference in New Issue
Block a user