forked from biodiful/biodiful
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
executable file
·40 lines (40 loc) · 1.16 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",
"gitCompany": "",
"baseName": "biodiful",
"packageName": "org.biodiful",
"packageFolder": "org/biodiful",
"serverPort": 8080,
"serviceDiscoveryType": false,
"authenticationType": "jwt",
"uaaBaseName": "../uaa",
"cacheProvider": "ehcache",
"enableHibernateCache": true,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"prodDatabaseType": "mysql",
"searchEngine": false,
"enableSwaggerCodegen": false,
"messageBroker": false,
"buildTool": "gradle",
"useSass": false,
"clientPackageManager": "npm",
"testFrameworks": [],
"enableTranslation": true,
"nativeLanguage": "fr",
"languages": [
"en",
"es",
"fr"
],
"clientFramework": "angularX",
"jhiPrefix": "jhi",
"jhipsterVersion": "5.7.0",
"jwtSecretKey": "MDhkODA5MzEyNGI0YjgwNDU0Mzc2MjkwNGM5NmExMDJjODUwNzA5NmQzNDIxZmMwYjczNWRjZjQzMzNhZTgyYTY5M2E1ZThhMjhjMmJjZWYwMDIyOTM4ODJmMTg0NTk1N2JlZWY4YTNiMTlkNjJkYzllMTRkZWQ3NzNhMDIyYTk=",
"otherModules": [],
"herokuAppName": "biodiful-app",
"herokuDeployType": "git"
}
}