forked from jhipster/jhipster-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
51 lines (51 loc) · 1.57 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
45
46
47
48
49
50
51
{
"generator-jhipster": {
"jhipsterVersion": "6.8.0",
"baseName": "JHipsterRegistry",
"packageName": "io.github.jhipster.registry",
"packageFolder": "io/github/jhipster/registry",
"serverPort": "8761",
"authenticationType": "jwt",
"hibernateCache": "no",
"clusteredHttpSession": false,
"websocket": false,
"databaseType": "no",
"devDatabaseType": "no",
"prodDatabaseType": "no",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": "eureka",
"buildTool": "maven",
"enableSocialSignIn": false,
"jwtSecretKey": "c9d37cefc48581919939d587c750ea215020765b",
"useSass": true,
"enableTranslation": false,
"applicationType": "gateway",
"testFrameworks": [],
"jhiPrefix": "jhi",
"skipClient": false,
"skipUserManagement": false,
"clientPackageManager": "npm",
"clientFramework": "angularX",
"cacheProvider": "no",
"enableHibernateCache": false,
"embeddableLaunchScript": false,
"clientTheme": "none",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"blueprints": [],
"creationTimestamp": 1576848019661,
"gcpProjectId": "jhipsterproject",
"gcpCloudSqlInstanceName": "jhipsterproject:us-central1:jhipster",
"gcpCloudSqlUserName": "root",
"gcpCloudSqlDatabaseName": "jhipsterregistry",
"gaeServiceName": "jhipster-registry",
"gaeLocation": "us-central",
"gaeInstanceClass": "F2",
"gaeScalingType": "automatic",
"gaeMinInstances": "1",
"gaeMaxInstances": "2",
"gaeCloudSQLInstanceNeeded": "Y"
}
}