Skip to content

Commit 2184eb2

Browse files
committed
docs: .env.example Dashboard linked-user vars
Made-with: Cursor
1 parent 74ce892 commit 2184eb2

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.env.example

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Discord Bot Configuration
1+
# Discord Bot Configuration
22
# Get your bot token from https://discord.com/developers/applications
33
DISCORD_TOKEN=your-discord-bot-token-here
44
DISCORD_PREFIX=!
@@ -22,6 +22,12 @@ PORT=3004
2222
# Log level: error, warn, info, debug (default: info)
2323
LOG_LEVEL=info
2424

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+
2531
# Node Environment
2632
# Set to 'production' for production, 'development' for development
2733
NODE_ENV=development

0 commit comments

Comments
 (0)