-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
40 lines (40 loc) · 1.31 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
{
"generator-jhipster": {
"applicationType": "monolith",
"authenticationType": "jwt",
"baseName": "autenticate",
"blueprints": [],
"buildTool": "maven",
"cacheProvider": "ehcache",
"clientFramework": "angular",
"clientPackageManager": "npm",
"creationTimestamp": 1742839473085,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": true,
"enableSwaggerCodegen": "true",
"enableTranslation": true,
"entities": [],
"gitCompany": "",
"iaCTools": ["bicep", "terraform"],
"jhiPrefix": "jhi",
"jhipsterVersion": "8.9.0",
"jwtSecretKey": "NjVmMmQzODY2MWJiNWRlOTQ2MWJmYTc0MmRjODVhMTNlNTY0MDUyYTBlMTU1ZGYxYTg4OTliN2Q4Njg1ZDJiMjg4ODM1NTBlZGFjNjZkYjc2ZDY3ZTZjMzJkOGMzY2I5YmMzYzI3NTlkNzg4MmI5Y2U5ZWJkMGE4YjZlZDE5MjQ=",
"languages": ["es", "en"],
"messageBroker": "kafka",
"nativeLanguage": "es",
"packageFolder": "com/divep/core",
"packageName": "com.divep.core",
"prodDatabaseType": "postgresql",
"searchEngine": "elasticsearch",
"serverPort": 8080,
"serviceDiscoveryType": false,
"testFrameworks": ["gatling"],
"useSass": true,
"websocket": "spring-websocket",
"withAdminUi": true
},
"git-company": "dsanchezgomez",
"git-provider": "GitHub",
"repository-name": "jhipster-autenticate"
}