-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
41 lines (41 loc) · 1.42 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
{
"generator-jhipster": {
"applicationType": "monolith",
"authenticationType": "jwt",
"baseName": "jhipsterFirstApplication",
"blueprints": [],
"buildTool": "maven",
"cacheProvider": "ehcache",
"clientFramework": "vue",
"clientPackageManager": "npm",
"creationTimestamp": 1735849270932,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": true,
"enableSwaggerCodegen": false,
"enableTranslation": true,
"entities": ["Region", "Country", "Location", "Department", "Task", "Employee", "Job", "JobHistory"],
"gitCompany": "",
"iaCTools": ["bicep", "terraform"],
"jhiPrefix": "jhi",
"jhipsterVersion": "8.8.0",
"jwtSecretKey": "NGNjYWIyNmY4Njg5ZGJhMTQwMGIzZTZjZDMyYWUwYmRhZWFlMThhMjNlYjYyZTFiN2Q1NDAwNWJjOTI5ZDYyNTBiYjVkZDdhYWMzYjRjYTMxNGM3ZjdlZGZhMDNjYjM0ODQyZmU3NjY0NWRiNjY3NTk4MGNkYWEwZWQyYmFmYzY=",
"languages": ["en", "fr"],
"lastLiquibaseTimestamp": 1735849431000,
"messageBroker": false,
"nativeLanguage": "en",
"packageFolder": "com/mycompany/myapp",
"packageName": "com.mycompany.myapp",
"prodDatabaseType": "postgresql",
"searchEngine": false,
"serverPort": 8080,
"serviceDiscoveryType": false,
"testFrameworks": [],
"useSass": true,
"websocket": false,
"withAdminUi": true
},
"git-company": "sebast-c",
"git-provider": "GitHub",
"repository-name": "jhipster-first-application"
}