Initial commit — DRB server stack

Includes c2-core (FastAPI/MQTT/Firestore), discord-bot (slash commands),
frontend (Next.js admin UI), and mosquitto config.
This commit is contained in:
Logan
2026-04-05 19:01:39 -04:00
commit 2f0597c81b
77 changed files with 4126 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
DISCORD_TOKEN=your-bot-token-here
# C2 core API
C2_URL=http://c2-core:8000
# Optional: restrict slash command sync to one guild during dev (faster than global)
# DEV_GUILD_ID=123456789