-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
44 lines (44 loc) · 1.47 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": "microservice",
"gitCompany": "",
"baseName": "DemoAzureSpringCloudApi",
"packageName": "ch.valtech.demo.azure.spring.cloud.api",
"packageFolder": "ch/valtech/demo/azure/spring/cloud/api",
"serverPort": 8081,
"serviceDiscoveryType": false,
"authenticationType": "jwt",
"uaaBaseName": "../uaa",
"cacheProvider": "no",
"enableHibernateCache": false,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"prodDatabaseType": "mssql",
"searchEngine": false,
"enableSwaggerCodegen": false,
"messageBroker": false,
"buildTool": "maven",
"useSass": true,
"clientPackageManager": "npm",
"testFrameworks": ["gatling"],
"enableTranslation": true,
"nativeLanguage": "en",
"languages": ["en"],
"clientFramework": "angularX",
"jhiPrefix": "jhi",
"jhipsterVersion": "6.10.5",
"jwtSecretKey": "ZDcyZjgwOTRjNjNhYTJhZDg5YTcxOWU3ZTcxYWEwNDYwMGQ2OGVmZTZjNzQ4ZWVlZjkyNjYzNjg4YTU5NjdhZWZlYTcyYjY3OWY5YzY0Yzk0NzgyODViMDkxNTg5NDM2NTU2ZGY3OTE3YWU0NmU1Mjg4Mzk4MzIwN2YxYjFjMGQ=",
"embeddableLaunchScript": false,
"creationTimestamp": 1614008163138,
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"blueprints": [],
"skipClient": true,
"skipUserManagement": true,
"prettierJava": true,
"azureSpringCloudAppName": "demo-azure-spring-cloud-api",
"azureSpringCloudDeploymentType": "local"
}
}