forked from jhipster/jhipster-sample-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
41 lines (41 loc) · 1.26 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
{
"generator-jhipster": {
"baseName": "jhipsterSampleApplication",
"packageName": "io.github.jhipster.sample",
"packageFolder": "io/github/jhipster/sample",
"authenticationType": "jwt",
"hibernateCache": "ehcache",
"clusteredHttpSession": false,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "h2Memory",
"prodDatabaseType": "mysql",
"useCompass": false,
"buildTool": "maven",
"searchEngine": false,
"enableTranslation": true,
"applicationType": "monolith",
"testFrameworks": ["gatling", "protractor"],
"languages": ["en"],
"serverPort": 8080,
"jhipsterVersion": "6.7.0",
"enableSocialSignIn": false,
"useSass": true,
"jhiPrefix": "jhi",
"messageBroker": false,
"serviceDiscoveryType": false,
"clientPackageManager": "npm",
"clientFramework": "angularX",
"jwtSecretKey": "bXktc2VjcmV0LWtleS13aGljaC1zaG91bGQtYmUtY2hhbmdlZC1pbi1wcm9kdWN0aW9uLWFuZC1iZS1iYXNlNjQtZW5jb2RlZAo=",
"cacheProvider": "ehcache",
"enableHibernateCache": true,
"reactive": false,
"otherModules": [],
"entitySuffix": "",
"dtoSuffix": "DTO",
"clientTheme": "none",
"blueprints": [],
"embeddableLaunchScript": false,
"creationTimestamp": 1577000812973
}
}