Add new file
This commit is contained in:
parent
68f74fdfb9
commit
77adfd672b
24
cfg/main.json
Normal file
24
cfg/main.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"allowedMimes": {
|
||||
"image/png": "png",
|
||||
"video/webm": "webm",
|
||||
"image/gif": "gif",
|
||||
"image/jpeg": "jpg",
|
||||
"video/mp4": "mp4",
|
||||
"audio/mpeg": "mp3",
|
||||
"audio/ogg": "ogg"
|
||||
},
|
||||
"disallowedHosts": [
|
||||
"f0ck.me"
|
||||
],
|
||||
"minRes": 500,
|
||||
"maxFileSize": 31457280,
|
||||
"level": {
|
||||
"~": 80,
|
||||
"&": 70,
|
||||
"@": 60,
|
||||
"%": 50,
|
||||
"+": 10,
|
||||
"": 0
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user