-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRocket.toml
58 lines (58 loc) · 1.18 KB
/
Rocket.toml
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
[global]
limits.file = "500MiB"
limits.data-form = "500MiB"
app_upload_dir = "data"
template_dir = "templates"
app_allowed_extensions = [
"7z",
"7zip",
"avi",
#"bin",
"blend",
"bmp",
"csv",
"doc", # Microsoft Word document before Word 2007
"docx",
"dxf",
"eps",
#"exe",
"gif",
"iso",
"jpeg",
"jpg",
"m4a",
"md",
"mid",
"midi",
"mov",
"mp3",
"mp4",
"mpeg",
"mpg",
"pdf",
"png",
"ppt", # Microsoft PowerPoint format before PowerPoint 2007
"pptx", # Microsoft PowerPoint presentation
"psd", # Adobe Photoshop file
"rar",
"rtf",
"SLDDRW", # SolidWorks drawing file
"SLDPRT", # SolidWorks part file
"STEP", # STEP 3D model file
"STP", # STEP 3D model file
"svg",
"tar.gz",
"tar",
"tgz",
"tif",
"tiff",
"txt",
"wav",
"wma", # Windows Media Audio file
"wmv", # Windows Media Video file
"xls", # Microsoft Excel workbook before Excel 2007
"xlsx", # Microsoft Excel workbook after Excel 2007
"xlt", # Microsoft Excel template before Excel 2007
"xltx", # Microsoft Excel template after Excel 2007
"zip",
]