mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
36 lines
1.2 KiB
JSON
36 lines
1.2 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\\AktenApi: null",
|
|
" Datana\\Iusta\\Api\\AktenApiInterface: '@Datana\\Iusta\\Api\\AktenApi'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "1ed60c80192175a02f40d7f08b4080aa2163e729"
|
|
}
|
|
}
|
|
}
|