-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
31 lines (23 loc) · 961 Bytes
/
.env.example
File metadata and controls
31 lines (23 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Discord Bot Credentials (REQUIRED - Secret values, do not commit!)
DISCORD_TOKEN=your_discord_bot_token_here
CLIENT_ID=your_discord_client_id_here
# Server Configuration (REQUIRED)
SERVER_ID=your_server_id_here
# Channel IDs (REQUIRED)
GUIDES_CHANNEL_ID=your_guides_channel_id_here
ADVENT_OF_CODE_CHANNEL_ID=your_advent_of_code_forum_channel_id_here
REPEL_LOG_CHANNEL_ID=your_repel_log_channel_id_here
ONBOARDING_CHANNEL_ID=onboarding_channel_id_here
# Role IDs (REQUIRED)
MODERATORS_ROLE_IDS=role_id_1,role_id_2,role_id_3
REPEL_ROLE_ID=your_repel_role_id_here
ONBOARDING_ROLE_ID=onboarding_role_id_here
# Optional Role IDs
# ROLE_A_ID=optional_role_a_id
# ROLE_B_ID=optional_role_b_id
# ROLE_C_ID=optional_role_c_id
# Data Persistence (OPTIONAL)
# Local development defaults to current directory
# Docker deployments should use /app/data for persistence
GUIDES_TRACKER_PATH=guides-tracker.json
ADVENT_OF_CODE_TRACKER_PATH=advent-of-code-tracker.json