-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.json.example
52 lines (52 loc) · 1.35 KB
/
config.json.example
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
{
"server_id": {
"blockUploadMinSize": 30,
"logChannel": "channel_id",
"whitelist": [
"application/x-matroska",
"video/quicktime",
"video/mp4",
"video/mpeg",
"video/3gpp",
"video/mp4",
"video/x-matroska",
"video/webm",
"video/quicktime",
"video/x-m4v",
"audio/mp4",
"audio/vnd.wave",
"audio/mpeg",
"audio/x-m4a",
"audio/x-flac",
"image/png",
"image/jpeg",
"image/png",
"image/gif",
"image/webp",
"image/tiff",
"image/bmp"
],
"uploadableMimes": [
"text/plain",
"application/javascript",
"application/json",
"application/xml",
"application/x-python-code",
"text/x-python",
"text/x-java-source",
"text/x-java",
"text/x-c",
"text/x-csrc",
"text/x-c++src",
"text/html",
"text/css",
"application/x-httpd-php",
"text/x.typescript",
"application/x-ruby",
"text/rust",
"text/x-lua",
"application/vnd.dart",
"text/x-haskell"
]
}
}