Update project configuration files, and API routes accordingly. Add SQLite runtime file ignores to .gitignore for better file management.
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
TOKEN=TOKEN_HERE
|
||||
brand_name='ZyroX'
|
||||
NEXT_PUBLIC_BRAND_NAME='ZyroX'
|
||||
brand_name='HexaHost'
|
||||
NEXT_PUBLIC_BRAND_NAME='HexaHost'
|
||||
|
||||
# ── Multiple instances (optional) ─────────────────────────────────────────────
|
||||
# Run several bot processes on one host — each needs its own .env / TOKEN / API_PORT.
|
||||
# BOT_INSTANCE_ID isolates all SQLite + jsondb files under bot/db/<id>/ (and jsondb subfolder).
|
||||
# Leave unset for normal single-bot operation (paths stay bot/db/*.db and bot/jsondb/*.json).
|
||||
# BOT_INSTANCE_ID=prod-a
|
||||
# API_PORT=8001
|
||||
|
||||
# ── Owner / Staff IDs (REQUIRED — comma-separated Discord user IDs) ───────────
|
||||
# Set your own Discord user ID(s). No foreign IDs are used as fallback.
|
||||
|
||||
Reference in New Issue
Block a user