-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
40 lines (40 loc) · 985 Bytes
/
.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": {
"promptValues": {
"nativeLanguage": "pt-br"
},
"namespace": "Compuletra.RestApiExample",
"databaseType": "sqllite",
"prodDatabaseType": "mysql",
"jhipsterVersion": "6.9.1",
"creationTimestamp": 1594218972091,
"applicationType": "microservice",
"baseName": "restapiexample",
"testFrameworks": ["gatling", "cucumber"],
"jhiPrefix": "jhi",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [
{
"name": "generator-jhipster-dotnetcore",
"version": "1.0.0"
},
{
"name": "generator-jhipster-ansible",
"version": "0.3.0"
}
],
"enableTranslation": true,
"clientPackageManager": "npm",
"nativeLanguage": "pt-br",
"languages": ["pt-br", "en"],
"blueprints": [
{
"name": "generator-jhipster-dotnetcore",
"version": "1.0.0"
}
],
"skipClient": true,
"skipUserManagement": true
}
}