Files
symfony-flex-recipes-contrib/hboie.jasper-report-bundle.1.1.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

36 lines
1.3 KiB
JSON

{
"manifests": {
"hboie/jasper-report-bundle": {
"manifest": {
"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": ""
}
},
"files": {
"config/packages/jasper_report.yaml": {
"contents": [
"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)%'",
""
],
"executable": false
}
},
"ref": "d0a06c635f493cb3084c2a042eeb925cd96c6aa5"
}
}
}