diff --git a/datana-gmbh/iusta-api/2.0/config/packages/datana_iusta_api.yaml b/datana-gmbh/iusta-api/2.0/config/packages/datana_iusta_api.yaml new file mode 100644 index 000000000..12ddcf90e --- /dev/null +++ b/datana-gmbh/iusta-api/2.0/config/packages/datana_iusta_api.yaml @@ -0,0 +1,11 @@ +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' diff --git a/datana-gmbh/iusta-api/2.0/manifest.json b/datana-gmbh/iusta-api/2.0/manifest.json new file mode 100644 index 000000000..dadc6509b --- /dev/null +++ b/datana-gmbh/iusta-api/2.0/manifest.json @@ -0,0 +1,9 @@ +{ + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "IUSTA_API_BASE_URI": "", + "IUSTA_API_TOKEN": "" + } +}