forked from jhipster/generator-jhipster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
30 lines (30 loc) · 1.04 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
{
"generator-jhipster": {
"applicationType": "monolith",
"authenticationType": "jwt",
"baseName": "jhipsterSampleApplication",
"buildTool": "maven",
"cacheProvider": "ehcache",
"clientFramework": "angular",
"clientPackageManager": "npm",
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"embeddableLaunchScript": false,
"enableHibernateCache": true,
"enableTranslation": true,
"jhiPrefix": "myPrefix",
"jwtSecretKey": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
"languages": ["en", "fr"],
"messageBroker": "no",
"nativeLanguage": "en",
"packageFolder": "tech/jhipster/sample",
"packageName": "tech.jhipster.sample",
"prodDatabaseType": "postgresql",
"searchEngine": "no",
"serverPort": "8080",
"serviceDiscoveryType": "no",
"testFrameworks": ["gatling", "cypress"],
"websocket": "no"
}
}