-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
59 lines (59 loc) · 2.02 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
52
53
54
55
56
57
58
59
{
"generator-jhipster": {
"blueprints": [],
"otherModules": [],
"applicationType": "monolith",
"baseName": "TwentyOnePoints",
"jhipsterVersion": "7.0.1",
"skipClient": false,
"skipServer": false,
"skipUserManagement": false,
"skipCheckLengthOfIdentifier": false,
"skipFakeData": false,
"jhiPrefix": "jhi",
"entitySuffix": "",
"dtoSuffix": "DTO",
"testFrameworks": ["protractor", "gatling"],
"pages": [],
"creationTimestamp": 1621602426655,
"serviceDiscoveryType": false,
"reactive": false,
"authenticationType": "jwt",
"packageName": "org.jhipster.health",
"serverPort": "8080",
"cacheProvider": "ehcache",
"enableHibernateCache": true,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"prodDatabaseType": "postgresql",
"buildTool": "maven",
"serverSideOptions": [],
"websocket": false,
"searchEngine": false,
"messageBroker": false,
"enableSwaggerCodegen": false,
"clientFramework": "angularX",
"withAdminUi": true,
"clientTheme": "none",
"enableTranslation": true,
"nativeLanguage": "en",
"packageFolder": "org/jhipster/health",
"jwtSecretKey": "YmUwYjY0OGI3OTkzMzEzNjMyZjViMDZiNjBmMzA0YTJmMmIyZjdlODk5YWIzZDJjYzllZWY3ZTUyOTdmNjU0OTExN2RlZTYwNGE2YjRiYzcxZGY0NTQyZDlmY2FlZTJkOGJiYjhhNDQ4YTQ1MWVhZGE3YTNlYTgyZjQwYTUxOGQ=",
"clientPackageManager": "npm",
"clientThemeVariant": "",
"languages": ["en", "fr"],
"lastLiquibaseTimestamp": 1621605048000,
"entities": ["Points", "Weight", "BloodPressure", "Preferences"],
"gcpProjectId": "jhipsterangularspringbootapp",
"gcpCloudSqlInstanceName": "jhipsterangularspringbootapp:europe-west3:jhipstercloudpostgresql",
"gcpCloudSqlUserName": "root",
"gcpCloudSqlDatabaseName": "postgres",
"gaeServiceName": "twenty-one-points",
"gaeLocation": "europe-west3",
"gaeInstanceClass": "F2",
"gaeScalingType": "automatic",
"gaeMinInstances": "1",
"gaeMaxInstances": "1",
"gaeCloudSQLInstanceNeeded": "Y"
}
}