forked from discordextremelist/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.example.json
108 lines (108 loc) · 3.3 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
101
102
103
104
105
106
107
108
{
"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",
"fr-FR",
"he-IL",
"hu-HU",
"it-IT",
"pt-PT",
"tr-TR"
],
"isRTL": ["he-IL"]
},
"ssl": false,
"port": {
"value": 3000,
"agressive": true
},
"authScopes": ["identify", "guilds.join"],
"url": "https://discordextremelist.xyz",
"lgbtSiteURL": "https://discordextremelist.gay",
"dev": true,
"callback": "/auth/login/callback",
"gaID": "UA-165711322-1",
"arcID": "1mwUgGa4",
"bannedVanityURLs": []
},
"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": {
"snowflake": {
"cross": "589349182473502720",
"check": "589349182394073103"
},
"cross": "<:cross:589349182473502720>",
"unapprove": "<:unapprove:741827776109084763>",
"check": "<:check:589349182394073103>",
"verified": "<:verified:589349182838538240>",
"mod": "<:webMod:589349182666440704>",
"admin": "<:webAdmin:589349182893064195>",
"generalCmds": "<:generalCmds:589349182561583124>",
"addBot": "<:addBot:589349182507057172>",
"verificationApp": "<:verificationApp:589349182234558470>",
"botDeleted": "<:botDeleted:589349182507057173>",
"editBot": "<:editBot:589349182574428188>",
"resubmitBot": "<:resubmitBot:589349182729617421>",
"unverifiedBot": "<:unverifiedBot:589349182284759109>",
"verificationAppDenied": "<:verificationAppDenied:589349182439948289>",
"error": "<:error:621988943314812928>",
"notification": "<:notification:621988941092093953>",
"warn": "<:warn:643349730121875456>",
"info": "<:info:645226250889068584>"
}
}