-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
82 lines (82 loc) · 2.13 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"generator-jhipster": {
"authenticationType": "oauth2",
"cacheProvider": "hazelcast",
"clientFramework": "angularX",
"serverPort": "8080",
"serviceDiscoveryType": false,
"skipUserManagement": true,
"baseName": "eolo",
"buildTool": "maven",
"databaseType": "sql",
"devDatabaseType": "postgresql",
"enableHibernateCache": true,
"enableSwaggerCodegen": false,
"enableTranslation": true,
"jhiPrefix": "jhi",
"languages": ["it", "en"],
"messageBroker": false,
"nativeLanguage": "it",
"prodDatabaseType": "postgresql",
"searchEngine": "elasticsearch",
"skipClient": true,
"testFrameworks": ["protractor"],
"websocket": false,
"applicationType": "monolith",
"packageName": "it.maggioli.eolo",
"packageFolder": "it/maggioli/eolo",
"jhipsterVersion": "6.9.1",
"creationTimestamp": 1592316780676,
"skipServer": false,
"clientPackageManager": "npm",
"clientTheme": "none",
"clientThemeVariant": "",
"useSass": true,
"jwtSecretKey": "ZjA5M2JjNWU5OWQwYjgzYjgwY2Y4OGE0NTYwODY5MjJmN2VhZjFkYzNmNDE0NDA1ZGY5ZjVkMjgyYjVhYmRhYjgwYjdmNjgwZGVlOTA5OGM1ZmZiYjUyOTQ0N2VhM2I3Njk3ZjEyZDQwMGQwMDczYmFhOGY5NjlmNzZiOGM1ZTQ=",
"embeddableLaunchScript": false,
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"blueprints": [],
"reactive": false
},
"entities": [
"Pratica",
"Task",
"TemplatePratica",
"TemplateTask",
"AllegatoTemplateTask",
"TipoAllegato",
"AllegatoTask",
"PrevisioneTask",
"PrevisioneAttivita",
"PrevisioneEvento",
"NotaTask",
"NotaPratica",
"ConsuntivoTask",
"CondivisionePratica",
"AssegnazioneTask",
"Invito",
"Invitato",
"UserPersona",
"InvitoPratica",
"InvitoAttivita",
"InvitoEvento",
"RappresentanzaPratica",
"Persona",
"PersonaFisica",
"Organizzazione",
"RuoloOrganizzazione",
"NotePersona",
"DatiContabili",
"IndirizzoPersona",
"EmailPersona",
"TagPersona",
"TelefonoPersona",
"StudioProfessionale",
"RisorseDisponibili",
"Ordine",
"LineaOrdine",
"Prodotto"
]
}