-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
.yo-rc.json
39 lines (39 loc) · 1.22 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
{
"generator-jhipster": {
"jhipsterVersion": "6.10.3",
"baseName": "jhipsterSampleGateway",
"packageName": "io.github.jhipster.sample",
"packageFolder": "io/github/jhipster/sample",
"serverPort": "8080",
"authenticationType": "jwt",
"hibernateCache": "hazelcast",
"clusteredHttpSession": false,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"prodDatabaseType": "mysql",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": "eureka",
"buildTool": "maven",
"enableSocialSignIn": false,
"jwtSecretKey": "bXktc2VjcmV0LWtleS13aGljaC1zaG91bGQtYmUtY2hhbmdlZC1pbi1wcm9kdWN0aW9uLWFuZC1iZS1iYXNlNjQtZW5jb2RlZAo=",
"useSass": true,
"applicationType": "gateway",
"testFrameworks": ["gatling", "protractor"],
"jhiPrefix": "jhi",
"enableTranslation": false,
"clientFramework": "angularX",
"clientPackageManager": "npm",
"cacheProvider": "hazelcast",
"enableHibernateCache": true,
"reactive": false,
"otherModules": [],
"entitySuffix": "",
"dtoSuffix": "DTO",
"clientTheme": "none",
"blueprints": [],
"embeddableLaunchScript": false,
"creationTimestamp": 1577001687629
}
}