-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathswaaplate.json
54 lines (54 loc) · 1.21 KB
/
swaaplate.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
48
49
50
51
52
53
54
{
"backend": {
"language": "none",
"javaKt": {
"management": "",
"packagePath": ""
},
"php": {
"modRewritePhpExtension": false,
"serverAsApi": false
}
},
"frontend": {
"buildDir": "dist",
"ghUser": "inpercima",
"installDependencies": true,
"language": "en",
"modules": {
"enabled": true,
"features": {
"defaultRoute": "dashboard",
"name": "features"
},
"notFound": {
"enabled": false,
"name": ""
},
"routing": false
},
"packageJson": {
"contributors": [{
"name": "Marcel Jänicke",
"email": "[email protected]"
}],
"homepage": "https://inpercima.github.io/covid-19/",
"repository": "https://github.com/inpercima/covid-19/"
},
"prefix": "covid",
"theme": "indigo-pink",
"useGoogleFonts": true,
"useYarn": true
},
"general": {
"author": "Marcel Jänicke",
"description": "Coronavirus (COVID-19) cases in Germany, Saxony and Leipzig.",
"modRewriteIndex": true,
"name": "covid-19",
"title": "COVID-19",
"useDocker": false,
"useMITLicense": true,
"useMock": false,
"useSecurity": false
}
}