-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
44 lines (44 loc) · 1.46 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
43
44
{
"generator-jhipster": {
"applicationType": "monolith",
"gitCompany": "",
"baseName": "jhipsterSampleApplication",
"packageName": "nl.deruiterautomatisering.myapp",
"packageFolder": "nl/deruiterautomatisering/myapp",
"serverPort": 8090,
"serviceDiscoveryType": false,
"authenticationType": "jwt",
"uaaBaseName": "../uaa",
"cacheProvider": "ehcache",
"enableHibernateCache": true,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "mariadb",
"prodDatabaseType": "mariadb",
"searchEngine": false,
"enableSwaggerCodegen": false,
"messageBroker": false,
"buildTool": "maven",
"useSass": true,
"clientPackageManager": "npm",
"testFrameworks": ["cucumber"],
"enableTranslation": false,
"nativeLanguage": "en",
"languages": ["en"],
"clientFramework": "angularX",
"jhiPrefix": "jhi",
"jhipsterVersion": "6.9.1",
"jwtSecretKey": "OGI1MTQzY2ZkODNlZDZiNjE0OTIyNzhhMWQ0MjU1MDAxYjYwMGYxMzhiZGRmYzVkMzUyOWQzMWQ3NmNmODliOGUwZWM5NjUzNjczYzk5NGJmNTA0MWFkNGFmYmFiYmM2YTI5ZWVlYjI2N2E3ODNlNDAzYjI2OWE2Y2Q5NDRkNTQ=",
"embeddableLaunchScript": false,
"clientTheme": "none",
"creationTimestamp": 1592580279998,
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"blueprints": [],
"prettierJava": true
},
"git-provider": "GitHub",
"git-company": "DeRuiterIndustrieleAutomatisering",
"repository-name": "jhipster-sample-application"
}