jhipster-sample-app/.yo-rc.json

36 lines
981 B
JSON
Raw Permalink Normal View History

{
"generator-jhipster": {
2016-05-23 15:52:33 +00:00
"baseName": "jhipsterSampleApplication",
"packageName": "io.github.jhipster.sample",
"packageFolder": "io/github/jhipster/sample",
2015-01-29 23:21:53 +00:00
"authenticationType": "session",
2014-04-10 20:45:57 +00:00
"hibernateCache": "ehcache",
2016-09-16 15:34:30 +00:00
"clusteredHttpSession": false,
"websocket": false,
2015-01-29 23:21:53 +00:00
"databaseType": "sql",
2014-04-10 20:45:57 +00:00
"devDatabaseType": "h2Memory",
"prodDatabaseType": "mysql",
"useCompass": false,
2015-01-29 23:21:53 +00:00
"buildTool": "maven",
2015-04-24 12:39:01 +00:00
"rememberMeKey": "5c37379956bd1242f5636c8cb322c2966ad81277",
2016-09-16 15:34:30 +00:00
"searchEngine": false,
2015-08-25 11:41:06 +00:00
"enableTranslation": true,
2016-03-23 15:27:37 +00:00
"applicationType": "monolith",
2015-10-19 14:47:35 +00:00
"testFrameworks": [
2016-03-23 15:27:37 +00:00
"gatling",
"protractor"
2015-10-21 15:56:55 +00:00
],
2016-03-23 15:27:37 +00:00
"languages": [
"en"
],
"serverPort": 8080,
2017-04-13 14:28:27 +00:00
"jhipsterVersion": "4.3.0",
2016-03-23 15:27:37 +00:00
"enableSocialSignIn": false,
2016-04-20 14:20:32 +00:00
"useSass": false,
2016-09-22 21:28:17 +00:00
"jhiPrefix": "jhi",
"messageBroker": false,
2017-02-02 10:58:17 +00:00
"serviceDiscoveryType": false,
"clientPackageManager": "yarn",
"clientFramework": "angular1"
}
}