forked from ls1intum/Artemis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
42 lines (42 loc) · 1.09 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
{
"generator-jhipster": {
"promptValues": {
"packageName": "de.tum.in.www1.artemis",
"nativeLanguage": "en"
},
"jhipsterVersion": "4.14.4",
"baseName": "ArTEMiS",
"packageName": "de.tum.in.www1.artemis",
"packageFolder": "de/tum/in/www1/artemis",
"serverPort": "8080",
"authenticationType": "jwt",
"hibernateCache": "ehcache",
"clusteredHttpSession": false,
"websocket": "spring-websocket",
"databaseType": "sql",
"devDatabaseType": "mysql",
"prodDatabaseType": "mysql",
"searchEngine": false,
"messageBroker": false,
"buildTool": "gradle",
"enableSocialSignIn": false,
"jwtSecretKey": "ec6a94b26152dfa3450c291e774f82060362ca03",
"clientFramework": "angularX",
"useSass": true,
"clientPackageManager": "yarn",
"applicationType": "monolith",
"testFrameworks": [
"gatling"
],
"jhiPrefix": "jhi",
"otherModules": [],
"enableTranslation": true,
"nativeLanguage": "en",
"languages": [
"en",
"de"
],
"cacheProvider": "ehcache",
"enableHibernateCache": true
}
}