mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Update Flex endpoint
This commit is contained in:
@@ -104,6 +104,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [datana-gmbh/doctrine-postgres-milliseconds-platform](https://packagist.org/packages/datana-gmbh/doctrine-postgres-milliseconds-platform) | [1.0](datana-gmbh/doctrine-postgres-milliseconds-platform/1.0) |
|
||||
| [datana-gmbh/doctrine-postgres-public-schema-listener](https://packagist.org/packages/datana-gmbh/doctrine-postgres-public-schema-listener) | [1.0](datana-gmbh/doctrine-postgres-public-schema-listener/1.0) |
|
||||
| [datana-gmbh/intercom-config](https://packagist.org/packages/datana-gmbh/intercom-config) | [1.1](datana-gmbh/intercom-config/1.1) |
|
||||
| [datana-gmbh/iusta-api](https://packagist.org/packages/datana-gmbh/iusta-api) | [1.0](datana-gmbh/iusta-api/1.0) |
|
||||
| [datana-gmbh/logz-io-handler](https://packagist.org/packages/datana-gmbh/logz-io-handler) | [1.0](datana-gmbh/logz-io-handler/1.0) |
|
||||
| [datana-gmbh/sendgrid-dynamic-template-mailer](https://packagist.org/packages/datana-gmbh/sendgrid-dynamic-template-mailer) | [1.0](datana-gmbh/sendgrid-dynamic-template-mailer/1.0) |
|
||||
| [datana-gmbh/url-shortener-api](https://packagist.org/packages/datana-gmbh/url-shortener-api) | [1.0](datana-gmbh/url-shortener-api/1.0) |
|
||||
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"manifests": {
|
||||
"datana-gmbh/iusta-api": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"IUSTA_API_BASE_URI": "",
|
||||
"IUSTA_API_USERNAME": "",
|
||||
"IUSTA_API_PASSWORD": ""
|
||||
}
|
||||
},
|
||||
"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_USERNAME)%'",
|
||||
" - '%env(IUSTA_API_PASSWORD)%'",
|
||||
"",
|
||||
" Datana\\Iusta\\Api\\AktenApi: null",
|
||||
" Datana\\Iusta\\Api\\AktenApiInterface: '@Datana\\Iusta\\Api\\AktenApi'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "050fe85be7f7460fae5a53b62aa32b19a549535b"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"manifests": {
|
||||
"datana-gmbh/iusta-api": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"IUSTA_API_BASE_URI": "",
|
||||
"IUSTA_API_USERNAME": "",
|
||||
"IUSTA_API_PASSWORD": ""
|
||||
}
|
||||
},
|
||||
"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_USERNAME)%'",
|
||||
" - '%env(IUSTA_API_PASSWORD)%'",
|
||||
"",
|
||||
" Datana\\Iusta\\Api\\AktenApi: null",
|
||||
" Datana\\Iusta\\Api\\AktenApiInterface: '@Datana\\Iusta\\Api\\AktenApi'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "050fe85be7f7460fae5a53b62aa32b19a549535b"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -312,6 +312,9 @@
|
||||
"datana-gmbh/intercom-config": [
|
||||
"1.1"
|
||||
],
|
||||
"datana-gmbh/iusta-api": [
|
||||
"1.0"
|
||||
],
|
||||
"datana-gmbh/logz-io-handler": [
|
||||
"1.0"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user