Skip to content

Commit 8d620ff

Browse files
committed
chore: add example development environment configuration file
1 parent b911e2a commit 8d620ff

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.env.development.example

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Development Environment Configuration
2+
# Public values - safe to commit to repository
3+
# These are Discord IDs for your development/test server
4+
5+
# Discord Server ID (your dev server)
6+
SERVER_ID=your-server-id
7+
8+
# Channel IDs (from your dev server)
9+
GUIDES_CHANNEL_ID=your-guide-channel-id
10+
REPEL_LOG_CHANNEL_ID=your-repel-log-channel-id
11+
12+
# Role IDs (from your dev server)
13+
REPEL_ROLE_ID=your-repel-role-id
14+
MODERATORS_ROLE_IDS=your-moderator-role-id
15+
16+
# Other
17+
GUIDES_TRACKER_PATH=guides-tracker.json
18+
19+
# Note: DISCORD_TOKEN & CLIENT_ID should be in .env.local (not committed)

0 commit comments

Comments
 (0)