We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a9d92c commit f331b54Copy full SHA for f331b54
2 files changed
β.env.productionβ
@@ -13,6 +13,7 @@ ADVENT_OF_CODE_CHANNEL_ID=1047623689488830495
13
# Role IDs (from your dev server)
14
REPEL_ROLE_ID=1002411741776461844
15
MODERATORS_ROLE_IDS=849481536654803004
16
+REGULAR_ROLE_ID=1383170370634514544
17
18
# Other
19
GUIDES_TRACKER_PATH=/app/data/guides-tracker.json
βsrc/env.tsβ
@@ -30,6 +30,7 @@ export const config = {
30
? requireEnv('MODERATORS_ROLE_IDS').split(',')
31
: [],
32
repel: requireEnv('REPEL_ROLE_ID'),
33
+ regular: requireEnv('REGULAR_ROLE_ID'),
34
a: optionalEnv('ROLE_A_ID'),
35
b: optionalEnv('ROLE_B_ID'),
36
c: optionalEnv('ROLE_C_ID'),
0 commit comments