-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
46 lines (46 loc) · 1.34 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
{
"generator-jhipster": {
"applicationType": "monolith",
"gitCompany": "",
"baseName": "provisionercloud",
"packageName": "skyy.blue",
"packageFolder": "skyy/blue",
"serverPort": 8080,
"serviceDiscoveryType": false,
"authenticationType": "jwt",
"uaaBaseName": "../uaa",
"cacheProvider": "ehcache",
"enableHibernateCache": true,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"prodDatabaseType": "postgresql",
"searchEngine": false,
"enableSwaggerCodegen": false,
"messageBroker": false,
"buildTool": "maven",
"useSass": true,
"clientPackageManager": "npm",
"testFrameworks": [],
"enableTranslation": true,
"nativeLanguage": "en",
"languages": [
"de",
"it",
"en"
],
"clientFramework": "angularX",
"jhiPrefix": "jhi",
"jhipsterVersion": "6.4.1",
"jwtSecretKey": "Mjk1ZWZmZTIzYWE3YTBkYTViNmIyNjMyN2YxYzc1NjQ2NDNkMDAxY2Y0NjVkMGE2NjA1ZTVhYmIxNDcyMzU3MmQxNzFiNTE2MGVhNGU3ZWI1YWIyOTRkZDhjNzc3YzdmYzE4YWU2OGQ0Yzg4YTZkMjZlN2I1MjBhNDYwOGMyZmY=",
"embeddableLaunchScript": false,
"clientTheme": "none",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"blueprints": []
},
"git-provider": "GitHub",
"git-company": "igathedub",
"repository-name": "provisioner-cloud-store"
}