-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
39 lines (39 loc) · 1.23 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
{
"generator-jhipster": {
"applicationType": "monolith",
"gitCompany": "",
"baseName": "jhipsterSampleApplication",
"packageName": "io.github.jhipster.application",
"packageFolder": "io/github/jhipster/application",
"serverPort": 8080,
"serviceDiscoveryType": false,
"authenticationType": "jwt",
"uaaBaseName": "../uaa",
"cacheProvider": "no",
"enableHibernateCache": false,
"websocket": false,
"databaseType": "mongodb",
"devDatabaseType": "mongodb",
"prodDatabaseType": "mongodb",
"searchEngine": false,
"enableSwaggerCodegen": "true",
"messageBroker": false,
"buildTool": "maven",
"useSass": false,
"clientPackageManager": "npm",
"testFrameworks": [],
"enableTranslation": false,
"nativeLanguage": "en",
"languages": [
"en"
],
"clientFramework": "react",
"jhiPrefix": "jhi",
"jhipsterVersion": "5.7.2",
"jwtSecretKey": "NmNmYTI2OTQ1ZmQ1NTFkMzU0MjVjNjRkMGQwNDIyZjYyYjUzYTdmM2MzNzM1YzE2Nzg1MjgzODgwM2EyYTNiNjcwOTA1MTViMWJjNTcxYTEzYWI1MGY0NmJlYjhjMTVkNzQyNDFiZmE0YzM3NGNkZDdjZGJhODFjOTcxZWIxM2I=",
"otherModules": []
},
"git-provider": "GitHub",
"git-company": "dsryzhov",
"repository-name": "jhipster-sample-application"
}