-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.yo-rc.json
More file actions
44 lines (44 loc) · 1.4 KB
/
.yo-rc.json
File metadata and controls
44 lines (44 loc) · 1.4 KB
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": "baseapp",
"packageName": "com.smashglass.com.baseapp",
"packageFolder": "com/smashglass/com/baseapp",
"serverPort": 8080,
"serviceDiscoveryType": false,
"authenticationType": "jwt",
"uaaBaseName": "../uaa",
"cacheProvider": "no",
"enableHibernateCache": false,
"websocket": false,
"databaseType": "mongodb",
"devDatabaseType": "mongodb",
"prodDatabaseType": "mongodb",
"searchEngine": false,
"enableSwaggerCodegen": false,
"messageBroker": false,
"buildTool": "maven",
"useSass": true,
"clientPackageManager": "npm",
"testFrameworks": ["gatling", "cucumber"],
"enableTranslation": true,
"nativeLanguage": "en",
"languages": ["es", "en"],
"clientFramework": "react",
"jhiPrefix": "jhi",
"jhipsterVersion": "6.10.5",
"jwtSecretKey": "YzJmMGJhYTIzNDMyZmJmN2RjMDIzNGVlMTM2ZWEyYThhMzZkN2MxM2ZkMjgzMDA4YTI1NmRmNWYxZWY2OWQ5YmRjYjA2MmQyMmUwMGUxMjMzMTQ5YWZlYjRlNzk4ODUxOTZmMDJiZDkxNmM2OWRhY2QzNTI5N2U1NTlhYjE0MDM=",
"embeddableLaunchScript": false,
"clientTheme": "none",
"creationTimestamp": 1608903496444,
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"blueprints": [],
"prettierJava": true
},
"git-provider": "GitHub",
"git-company": "dondonkey",
"repository-name": "BaseApp"
}