Add BOT_CLIENT_SECRET to .env.example for enhanced configuration options

This commit is contained in:
smueller
2026-07-22 13:37:47 +02:00
parent 12066befa8
commit 6f3da6bb15

View File

@@ -1,6 +1,7 @@
NODE_ENV=development NODE_ENV=development
BOT_TOKEN= BOT_TOKEN=
BOT_CLIENT_ID= BOT_CLIENT_ID=
BOT_CLIENT_SECRET=
BOT_GUILD_ID= BOT_GUILD_ID=
DATABASE_URL=postgresql://nexumi:nexumi@postgres:5432/nexumi DATABASE_URL=postgresql://nexumi:nexumi@postgres:5432/nexumi
REDIS_URL=redis://redis:6379 REDIS_URL=redis://redis:6379