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

@@ -15,11 +15,11 @@ LAVALINK_PORT="13592"
# EMOJI SYNC CONFIG
# Set to true to enable automatic application emoji sync on startup
EMOJI_SYNC="true"
EMOJI_SYNC="false"
# API SERVER CONFIG
# Set to true to enable the dashboard API server
API_ENABLED="true"
API_ENABLED="false"
# Port the API server listens on
API_PORT="8000"
@@ -28,4 +28,12 @@ WEBHOOK_URL="https://discord.com/api/webhooks/"
DASHBOARD_API_KEY="ZYROX_SECURE_API_KEY_12345_CHANGE_THIS_ASAP_BY_CODEX_DEVS"
# CODEX DEVS
# CODEX DEVS
# HTTPS TUNNEL CONFIG
TUNNEL_ENABLED="true"
# Get your authtoken from https://dashboard.ngrok.com/get-started/your-authtoken
NGROK_AUTHTOKEN="xxx_xxxx"
# Reserve a free static domain at https://dashboard.ngrok.com/domains
# e.g. xxxx-xxxx-xxxx.ngrok-free.app — leave blank for a random URL each restart
NGROK_DOMAIN=""