f0ckv1/cfg/main.json
2016-08-29 08:46:16 +00:00

24 lines
377 B
JSON

{
"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
}
}