43 lines
1.1 KiB
Plaintext
43 lines
1.1 KiB
Plaintext
TOKEN = TOKEN_HERE
|
|
brand_name='ZyroX'
|
|
NEXT_PUBLIC_BRAND_NAME='ZyroX'
|
|
|
|
# Owner
|
|
OWNER_IDS=870179991462236170,767979794411028491
|
|
|
|
# LAVALINK CONFIG
|
|
LAVALINK_HOST="lavalink.jirayu.net"
|
|
LAVALINK_PASSWORD="youshallnotpass"
|
|
|
|
# Set to true if the node uses HTTPS/WSS (secure), false for HTTP/WS
|
|
LAVALINK_SECURE="false"
|
|
|
|
# Only needed when LAVALINK_SECURE is false (e.g. 2333)
|
|
LAVALINK_PORT="13592"
|
|
|
|
|
|
# EMOJI SYNC CONFIG
|
|
# Set to true to enable automatic application emoji sync on startup
|
|
EMOJI_SYNC="false"
|
|
|
|
# API SERVER CONFIG
|
|
# Set to true to enable the dashboard API server
|
|
API_ENABLED="false"
|
|
# Port the API server listens on
|
|
API_PORT="8000"
|
|
|
|
# ON CMD RUN
|
|
WEBHOOK_URL="https://discord.com/api/webhooks/"
|
|
|
|
DASHBOARD_API_KEY="ZYROX_SECURE_API_KEY_12345_CHANGE_THIS_ASAP_BY_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=""
|