-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreisen.json
47 lines (47 loc) · 1.32 KB
/
reisen.json
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
{
"PostgresConfig": {
"ConnectionString": "postgres://postgres:12345678@postgres:5432/postgres?sslmode=disable"
},
"LnxConfig": {
"Host": "http://lnx",
"Port": 8000
},
"Hosts": [],
"Production": false,
"Boards": [
{
"Name": "sci",
"Description": "Science & Maths",
"EnableLatex": true
}
],
"CspConfig": "default-src 'self' http://s3.localhost; style-src 'unsafe-inline' 'self'; script-src 'self' https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-mml-chtml.js; font-src https://cdn.jsdelivr.net data:;",
"TemplateConfig": {
"ImagesUrl": "http://s3.localhost/ayase",
"ThumbnailsUrl": "http://s3.localhost/ayase",
"OekakiUrl": "http://s3.localhost/ayase",
"FaviconUrl": "http://reisen.localhost/favicon.ico",
"JsUrl": "http://reisen.localhost/static/reisen.js",
"TailwindCssUrl": "http://reisen.localhost/static/tailwind.css",
"TegakiJsUrl": "http://reisen.localhost/static/tegaki.min.js",
"TegakiCssUrl": "http://reisen.localhost/static/tegaki.css",
"Themes": [
{
"Name": "Reisen Default Theme",
"Url": "/static/reisen.css"
},
{
"Name": "Reisen Tibix Theme",
"Url": "/static/reisen-tibix.css"
},
{
"Name": "Reisen RBT Theme",
"Url": "/static/reisen-rbt.css"
}
],
"DefaultTheme": {
"Name": "Reisen Default Theme",
"Url": "/static/reisen.css"
}
}
}