2f0597c81b
Includes c2-core (FastAPI/MQTT/Firestore), discord-bot (slash commands), frontend (Next.js admin UI), and mosquitto config.
8 lines
187 B
Bash
8 lines
187 B
Bash
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
|