-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
47 lines (47 loc) · 1.37 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
47
{
"generator-jhipster": {
"applicationType": "microservice",
"gitCompany": "",
"baseName": "accountancy",
"packageName": "com.efluid.accountancy",
"packageFolder": "com/efluid/accountancy",
"serverPort": 8082,
"serviceDiscoveryType": "eureka",
"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"
],
"enableTranslation": true,
"nativeLanguage": "fr",
"languages": [
"fr"
],
"clientFramework": "angularX",
"jhiPrefix": "jhi",
"jhipsterVersion": "6.4.1",
"jwtSecretKey": "OTFjMDFlNjZkMjAwY2M0NGIzOGUyMjQyMzEwOWNmODZhYTg2YTM2YzM2M2U3MDVkOWNkYzQ2MWZlMGFlZTAwOWU3OWFiMDZhNTIwYWRmOWFlZTExMWI1ZTZkOTM1MGNlODE2ZWY2ZmM0MTgwZTllOTk4Y2ZlYjgwYzhhNjRiNTE=",
"embeddableLaunchScript": false,
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"blueprints": [],
"skipClient": true,
"skipUserManagement": true
},
"git-provider": "GitHub",
"git-company": "boutss",
"repository-name": "accountancy"
}