-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
44 lines (44 loc) · 1.38 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
{
"generator-jhipster": {
"applicationType": "monolith",
"gitCompany": "",
"baseName": "Vuelos",
"packageName": "com.mycompany.myapp",
"packageFolder": "com/mycompany/myapp",
"serverPort": 8080,
"serviceDiscoveryType": "eureka",
"authenticationType": "jwt",
"uaaBaseName": "../uaa",
"cacheProvider": "no",
"enableHibernateCache": false,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "h2Memory",
"prodDatabaseType": "mysql",
"searchEngine": false,
"enableSwaggerCodegen": false,
"messageBroker": false,
"buildTool": "maven",
"useSass": true,
"clientPackageManager": "npm",
"testFrameworks": ["gatling"],
"enableTranslation": true,
"nativeLanguage": "en",
"languages": ["es", "en"],
"clientFramework": "angularX",
"jhiPrefix": "jhi",
"jhipsterVersion": "6.10.1",
"jwtSecretKey": "ZmI0MTU3ZTkzMWI4Y2YzN2MyNDlmMjdiOGMxNzMzOGJjYzUxNGFmOGRlZWU4Yzk4NTI0MWUyNmQzNGYzOTY3NTkyZmIzNjFkYmRjMzU0ZjliNTg4N2M3NjM1NmNjOWYzMmYyYTMyMzY1NWVlZDNiM2Y3OTA1NmZkNmQ4OWVkZjM=",
"embeddableLaunchScript": false,
"clientTheme": "none",
"creationTimestamp": 1600474326861,
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"blueprints": [],
"prettierJava": true
},
"git-provider": "GitHub",
"git-company": "DanielFranco06",
"repository-name": "Vuelos"
}