second try

This commit is contained in:
hboie
2020-09-09 21:46:44 +02:00
parent 0a9b1cffd0
commit 4c23669ca6
2 changed files with 18 additions and 0 deletions

View File

@@ -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)%'

View File

@@ -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": ""
}
}