-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
42 lines (42 loc) · 1.25 KB
/
.yo-rc.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
{
"generator-jhipster": {
"promptValues": {
"packageName": "dk.tka.patientportal",
"nativeLanguage": "da"
},
"jhipsterVersion": "6.7.1",
"applicationType": "monolith",
"baseName": "PatientPortal",
"packageName": "dk.tka.patientportal",
"packageFolder": "dk/tka/patientportal",
"serverPort": "8080",
"authenticationType": "session",
"cacheProvider": "no",
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"prodDatabaseType": "postgresql",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": false,
"buildTool": "gradle",
"enableSwaggerCodegen": false,
"rememberMeKey": "92b1984d1a21a400a151063f746dfec79cb83fd3bccf36ad1c2faecb64dabf8dacbc0b1f57a09f505e8fd283aec75c047cbd",
"embeddableLaunchScript": false,
"useSass": true,
"clientPackageManager": "npm",
"clientFramework": "angularX",
"clientTheme": "none",
"clientThemeVariant": "",
"creationTimestamp": 1581694769225,
"testFrameworks": ["protractor"],
"jhiPrefix": "jhi",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"enableTranslation": true,
"nativeLanguage": "da",
"languages": ["da", "en"],
"blueprints": []
}
}