-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
43 lines (43 loc) · 1.39 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
{
"generator-jhipster": {
"promptValues": {
"packageName": "com.corhuila.onlinestore",
"nativeLanguage": "es"
},
"jhipsterVersion": "6.8.0",
"applicationType": "monolith",
"baseName": "onlinestore",
"packageName": "com.corhuila.onlinestore",
"packageFolder": "com/corhuila/onlinestore",
"serverPort": "8080",
"authenticationType": "jwt",
"cacheProvider": "hazelcast",
"enableHibernateCache": true,
"websocket": "spring-websocket",
"databaseType": "sql",
"devDatabaseType": "postgresql",
"prodDatabaseType": "postgresql",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": "eureka",
"buildTool": "gradle",
"enableSwaggerCodegen": false,
"jwtSecretKey": "MzJmMTc0NGNiNjVhYzVmYWFjZDQ4ZGZmNWI0MTU2ZWIxMWIzZDg2NDhmNjViNjRmZWI3NTNlMDk2NmUxOTFkMTBjY2U5YzUzMGIzMzEwNDAxNDNlZDI0ODYxMWVlMmRmN2FiZmI1N2ZkYzE3ZjNjMTNlMmQ1OTVkODZiMzFlYTU=",
"embeddableLaunchScript": false,
"useSass": true,
"clientPackageManager": "npm",
"clientFramework": "angularX",
"clientTheme": "none",
"clientThemeVariant": "",
"creationTimestamp": 1585655918857,
"testFrameworks": ["protractor"],
"jhiPrefix": "jhi",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"enableTranslation": true,
"nativeLanguage": "es",
"languages": ["es", "en"],
"blueprints": []
}
}