We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b911e2a commit 8d620ffCopy full SHA for 8d620ff
.env.development.example
@@ -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