We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ce892 commit 2184eb2Copy full SHA for 2184eb2
1 file changed
.env.example
@@ -1,4 +1,4 @@
1
-# Discord Bot Configuration
+# Discord Bot Configuration
2
# Get your bot token from https://discord.com/developers/applications
3
DISCORD_TOKEN=your-discord-bot-token-here
4
DISCORD_PREFIX=!
@@ -22,6 +22,12 @@ PORT=3004
22
# Log level: error, warn, info, debug (default: info)
23
LOG_LEVEL=info
24
25
+# Dashboard linked user (optional; profile tier/role when Discord linked in Dashboard)
26
+# Same secret as Dashboard BOT_LINKED_USER_SECRET — see Dashboard docs/bot-linked-user-api.md
27
+# LICENSECHAIN_DASHBOARD_URL=https://dashboard.licensechain.app
28
+# DASHBOARD_URL=https://dashboard.licensechain.app
29
+# BOT_LINKED_USER_SECRET=
30
+
31
# Node Environment
32
# Set to 'production' for production, 'development' for development
33
NODE_ENV=development
0 commit comments