-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.json
62 lines (62 loc) · 1.17 KB
/
config.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
{
"ListenSocket": false,
"SocketOwner": "www-data",
"Port": ":80",
"GzipEnabled": true,
"CSRFProtectDisable": true,
"SSL": {
"Enabled": false,
"Certificate": "cert.pem",
"Key": "key.pem"
},
"DB": {
"Host": "mariadb",
"Username": "root",
"Password": "",
"Name": "indigo"
},
"ImageHost": {
"Provider": "local",
"Username": "reverb",
"APIEndpoint": "https://api.cloudinary.com",
"APIPublic": "",
"APISecret": "",
"ImageEndpoint": "images",
"UploadPreset": "reverb-mobile",
"MaxUploadSize": "25MB"
},
"Webhooks": {
"Enabled": false,
"Reports": "",
"Signups": "",
"Logins": ""
},
"ReCAPTCHA": {
"Enabled": false,
"SiteKey": "",
"SecretKey": ""
},
"SMTP": {
"Enabled": false,
"Hostname": "",
"Port": ":25",
"Email": "",
"Password": ""
},
"CSRFSecret": "~9/Þ~@=,a(±®hAxb",
"IPHubKey": "",
"MiiEndpointPrefix": "https://pf2m.com/hash/",
"Proxy": false,
"ForceLogins": false,
"AllowSignups": true,
"DefaultTimezone": "America/New_York",
"ReportReasons": [
{
"Name": "Rulebreaking Content",
"Message": "Your post broke the rules, so it was removed.",
"Enabled": true,
"BodyRequired": false
}
],
"EmoteLimit": 5
}