Files
symfony-flex-recipes-contrib/datana-gmbh.iusta-api.3.0.json
T
github-action[bot]andgithub-action[bot] c08bcd91e1 Update Flex endpoint
2023-12-20 11:31:26 +00:00

39 lines
1.4 KiB
JSON

{
"manifests": {
"datana-gmbh/iusta-api": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"IUSTA_API_BASE_URI": "",
"IUSTA_API_TOKEN": ""
}
},
"files": {
"config/packages/datana_iusta_api.yaml": {
"contents": [
"services:",
" _defaults:",
" autowire: true",
"",
" Datana\\Iusta\\Api\\IustaClient:",
" arguments:",
" - '%env(IUSTA_API_BASE_URI)%'",
" - '%env(IUSTA_API_TOKEN)%'",
"",
" Datana\\Iusta\\Api\\CaseApi: null",
" Datana\\Iusta\\Api\\CaseApiInterface: '@Datana\\Iusta\\Api\\CaseApi'",
"",
" Datana\\Iusta\\Api\\ImportApi: null",
" Datana\\Iusta\\Api\\ImportApiInterface: '@Datana\\Iusta\\Api\\ImportApi'",
""
],
"executable": false
}
},
"ref": "7776e355c181b7e4a68aefbc64aac9c966c85fc0"
}
}
}