Merge pull request #1004

This commit is contained in:
symfony-flex-server[bot]
2020-09-10 18:15:18 +00:00
committed by GitHub
2 changed files with 18 additions and 0 deletions
@@ -0,0 +1,5 @@
hboie_jasper_report:
host: 'http://localhost:8080/jasperserver'
username: '%env(HBOIE_JASPER_REPORT_USERNAME)%'
password: '%env(HBOIE_JASPER_REPORT_PASSWORD)%'
org_id: '%env(HBOIE_JASPER_REPORT_ORGID)%'
@@ -0,0 +1,13 @@
{
"bundles": {
"Hboie\\JasperReportBundle\\HboieJasperReportBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"HBOIE_JASPER_REPORT_USERNAME": "jasperadmin",
"HBOIE_JASPER_REPORT_PASSWORD": "jasperadmin",
"HBOIE_JASPER_REPORT_ORGID": ""
}
}