-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
45 lines (45 loc) · 1.45 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
{
"generator-jhipster": {
"applicationType": "microservice",
"gitCompany": "",
"baseName": "jhipsterSampleApplication",
"packageName": "org.paskos.myapp",
"packageFolder": "org/paskos/myapp",
"serverPort": 8080,
"serviceDiscoveryType": "eureka",
"authenticationType": "jwt",
"uaaBaseName": "../uaa",
"cacheProvider": "caffeine",
"enableHibernateCache": false,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "mariadb",
"prodDatabaseType": "mariadb",
"searchEngine": false,
"enableSwaggerCodegen": "true",
"messageBroker": "kafka",
"buildTool": "gradle",
"useSass": true,
"clientPackageManager": "npm",
"testFrameworks": ["gatling"],
"enableTranslation": true,
"nativeLanguage": "en",
"languages": ["fr", "en"],
"clientFramework": "angularX",
"jhiPrefix": "jhi",
"jhipsterVersion": "6.10.0",
"jwtSecretKey": "YmQ4MTA4ZWMyNWViODJiOTJiZDNhMWVmZTZhZDZlYTYyNGM1N2UzZTg2NjU2ODlkZDU2NWE1NTEzMDM5NzBjNzY0ZTE4OTZjMjU4NGQyZWM3NmEyNjI2NmE1NjU2ZGZlODM3ZGI5OTgyYjMxNWYwYTYzYzEzNjYwNzI3YThhM2Y=",
"embeddableLaunchScript": false,
"creationTimestamp": 1593355504580,
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"blueprints": [],
"skipClient": true,
"skipUserManagement": true,
"prettierJava": true
},
"git-provider": "GitHub",
"git-company": "paskos",
"repository-name": "jhipster-sample-application"
}