-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathswaaplate.json
54 lines (54 loc) · 1.25 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": {
"javaKt": {
"management": "maven",
"packagePath": "net.inpercima.mittagstisch"
},
"language": "java",
"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": true
},
"packageJson": {
"contributors": [{
"name": "Marcel Hendrich",
"email": "inpercima@gmail.com"
}],
"homepage": "https://github.com/inpercima/mittagstisch/",
"repository": "https://github.com/inpercima/mittagstisch/"
},
"prefix": "mt",
"theme": "indigo-pink",
"useGoogleFonts": true,
"useYarn": true
},
"general": {
"author": "Marcel Hendrich",
"description": "The lunch in your area. Based on Leipzig (Plagwitz, Lindenau).",
"modRewriteIndex": false,
"name": "mittagstisch",
"title": "Mittagstisch",
"useDocker": true,
"useMITLicense": true,
"useMock": false,
"useSecurity": false
}
}