-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
settings.example.json
100 lines (100 loc) · 2.52 KB
/
settings.example.json
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"secrets": {
"mongo": {
"uri": "",
"db": "del"
},
"redis": {
"port": 6379,
"host": "127.0.0.1",
"db": 0,
"passwd": "",
"sentinels": [],
"name": ""
},
"discord": {
"id": "",
"token": "",
"secret": ""
},
"datadog": "",
"cookie": "",
"sentry": ""
},
"website": {
"locales": {
"default": "en-US",
"all": [
"en-NZ",
"en-GB",
"en-US",
"de-DE",
"es-ES",
"he-IL",
"hu-HU",
"id-ID",
"it-IT",
"tr-TR",
"pt-PT",
"fr-FR",
"sv-SE",
"nl-NL"
],
"isRTL": ["he-IL"]
},
"ssl": false,
"port": {
"value": 3000,
"agressive": true
},
"url": "https://discordextremelist.xyz",
"dev": true,
"callback": "/auth/login/callback",
"bannedVanityURLs": []
},
"widgetbotv3": "https://e.widgetbot.io",
"guild": {
"main": "568567800910839811",
"staff": "632908146305925129"
},
"channels": {
"webLog": "698720405296382013",
"default": "625554238596186112",
"docsDefault": "648996487371554834",
"alerts": "721165561458982993"
},
"roles": {
"unapprovedBot": "633141192497823784",
"bot": "568587927265869824",
"premiumBot": "568970918647300116",
"serverOwner": "623052263295942657",
"developer": "568572172151291929",
"staff": "614786916658708492",
"mod": "568568238250917909",
"assistant": "615017283890446354",
"admin": "568568341414019086",
"testers": "641766395939651594",
"translators": "694791748555243590",
"booster": "588074977572552705",
"donator": "714757730820161537",
"staffServer": {
"mod": "633141294633451540"
}
},
"emoji": {
"cross": "❌",
"check": "✅",
"add": "🆕",
"edit": "📝",
"delete": "🗑️",
"archive": "🗂️",
"hide": "🙈",
"unhide": "🙊",
"resubmit": "🔄",
"unapprove": "➖",
"error": "‼️",
"notification": "🔔",
"warn": "⚠️",
"info": "ℹ️"
}
}