-
Notifications
You must be signed in to change notification settings - Fork 1
/
makeatstate.cfg.j2
120 lines (103 loc) · 2.87 KB
/
makeatstate.cfg.j2
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
[application]
timezone = "America/Detroit"
url = "https://{{ makeatstate_hostname | default(inventory_hostname) }}"
email = "{{ makeatstate_mail_from }}"
updates_email = "[email protected]"
owner = "[email protected]"
[authentication.okta]
issuer = "{{ makeatstate_oauth2_issuer }}"
client_id = "{{ makeatstate_oauth2_client_id }}"
redirect_url = "{{ makeatstate_oauth2_redirect_url }}"
logout_redirect_url = "https://{{ makeatstate_hostname | default(inventory_hostname) }}"
active = 1
[sql.auth.primary]
user = makeatstate
password = password
database = makeatstate
host = database
port = 3306
[logging]
file = "php://stderr"
[upload]
path = "/mnt/makeatstate/files"
attachment_path = "/mnt/makeatstate/attachments"
attachment_ext = "png"
attachment_ext = "jpg"
attachment_ext = "jpeg"
ext = "stl"
ext = "jpg"
ext = "jpeg"
ext = "png"
ext = "svg"
ext = "pdf"
ext = "tiff"
ext = "tif"
ext = "ai"
[file_type]
stl.ext = "stl"
stl.mime_type = "application/octet-stream"
stl.mime_type = "application/vnd.ms-pki.stl"
stl.mime_type = "application/x-navistyle"
stl.mime_type = "application/sla"
stl.view = 1
stl.downloadable
jpeg.ext = "jpeg"
jpeg.mime_type = "image/jpeg"
jpeg.mime_type = "image/x-citrix-jpeg"
jpeg.view = 2
jpeg.downloadable
jpg.ext = "jpg"
jpg.mime_type = "image/jpeg"
jpg.mime_type = "image/x-citrix-jpeg"
jpg.view = 2
jpg.downloadable
png.ext = "png"
png.mime_type = "image/png"
png.view = 2
png.downloadable
svg.ext = "svg"
svg.mime_type = "image/svg+xml"
svg.view = 2
svg.downloadable
pdf.ext = "pdf"
pdf.mime_type = "application/pdf"
pdf.view = 2
pdf.downloadable
tiff.ext = "tiff"
tiff.mime_type = "image/tiff"
tiff.mime_type = "image/x-tiff"
tiff.view = 0
tiff.downloadable
tif.ext = "tif"
tif.mime_type = "image/tiff"
tif.mime_type = "image/x-tiff"
tif.view = 0
tif.downloadable
ai.ext = "ai"
ai.mime_type = "application/postscript"
ai.view = 0
ai.downloadable
[app.start_year]
start_year = 2018 // get the starting year for analytics
[app.storage]
268435456 //256 MB
536870912 //512 MB
1073741824 //1 GB
2147483648 //2GB
[workflow_tags]
3dprint.help_url = "https://lib.msu.edu/makerspace/3DPrinting/"
3dprint.url_text = "MakeCentral Makerspace 3D Printing"
3dprint.dimensions_placeholder ="e.g. 16mmx70mmx30.4mm or 401.89mm on the longest side"
vinyl.help_url = "https://lib.msu.edu/makerspace/vinylcut/"
vinyl.url_text = "MakeCentral Makerspace Vinyl cutting"
vinyl.dimensions_placeholder = "List the size of your object excluding any blank space surrounding the design. Ex. 10in x 3.9in"
laser.help_url = "https://lib.msu.edu/makerspace/lasercut/"
laser.url_text = "MakeCentral Makerspace Laser cutting"
laser.dimensions_placeholder = "Please format your file so your object is on a 12x12in or 12x20in sized file"
default.help_url ="https://lib.msu.edu/makerspace/"
default.url_text ="MakeCentral Makerspace"
[app.affiliation]
1 = "Community user"
2 = "Faculty"
3 = "Staff"
4 = "Student"