-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
41 lines (41 loc) · 1.3 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": {
"applicationType": "gateway",
"authenticationType": "jwt",
"baseName": "jhipsterGateway",
"blueprints": [],
"buildTool": "gradle",
"cacheProvider": "redis",
"clientFramework": "angular",
"clientPackageManager": "npm",
"creationTimestamp": 1730465014952,
"databaseType": "sql",
"devDatabaseType": "postgresql",
"devServerPort": 4200,
"enableHibernateCache": true,
"enableSwaggerCodegen": false,
"enableTranslation": false,
"entities": [],
"gitCompany": "",
"jhiPrefix": "jhi",
"jhipsterVersion": "8.7.2",
"jwtSecretKey": "M2VmMWRkMjI5Mjc4Y2MzZGU0YzJhZDVmNzA3MWNiMzI5YjJlZWViNjVhZmIxNDM3NmUxMmViM2JjMThmN2U5MDc4MDE3NjI5OTNhNGU3ZjgyYzk1NDM5NjQyZGJiMGZjYjEyNzBmMGMxYTU5YTA5YTU2Mzc5Mzg0NzdhODgxYzc=",
"languages": ["en"],
"messageBroker": false,
"nativeLanguage": "en",
"packageFolder": "com/mycompany/myapp",
"packageName": "com.mycompany.myapp",
"prodDatabaseType": "postgresql",
"reactive": true,
"searchEngine": false,
"serverPort": 8080,
"serviceDiscoveryType": "consul",
"testFrameworks": [],
"useSass": true,
"websocket": false,
"withAdminUi": true
},
"git-company": "ikomangmahendra",
"git-provider": "GitHub",
"repository-name": "jhipsterGateway-8-7-2"
}