-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (16 loc) · 839 Bytes
/
.env.example
File metadata and controls
22 lines (16 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# =============================================================================
# Discord Bot Configuration
# =============================================================================
DISCORD_BOT_TOKEN=your_discord_bot_token_here
DISCORD_CHANNEL_ID=your_channel_id_here
# Optional: Log level (debug, info, warn, error)
LOG_LEVEL=info
# Optional: post a generated summary to Discord after successful `ob add`
SEND_SUMMARY_ON_INSERT=true
# Optional: fallback target channel ID when no thread is available
# DEFAULT_DISCORD_CHANNEL_ID=123456789012345678
# Optional: OpenBrain item URL template used in summary messages
# Supports placeholders: {id} and {url}
# OPENBRAIN_ITEM_URL_TEMPLATE=https://openbrain.local/items/{id}
# Optional: Comma-separated list of Discord user IDs allowed to submit file:// URLs
ALLOWED_FILE_URL_USERS=