-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
46 lines (46 loc) · 1.27 KB
/
config.example.json
File metadata and controls
46 lines (46 loc) · 1.27 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"oc_slug": "biohackers-digital",
"pinup_role_id": 896578804649173002,
"embedder_endpoint": "https://example.com",
"embedder_token": "secret_token",
"purelymail": {
"api_token": "key",
"domains": [
"abc.com",
"xyz.com"
]
},
"welcome_message": {
"channel_id": 682798225182425095,
"message": "Ahh %s, we have been expecting you..."
},
"role_management": {
"art": {
"role_id": 1308881587475054593,
"art_manager": {
"role_id": 1308881617284108310,
"manages": {
"art_helper": {
"role_id": 1308881661777281035
},
"art_guy": {
"role_id": 1308881710779469935
}
}
}
},
"tester": {
"tester_manager": {
"role_id": 1308881844011274294,
"manages": {
"testermanager_helper": {
"role_id": 1308881872058847232
},
"testering": {
"role_id": 1308881923527147531
}
}
}
}
}
}