Update Flex endpoint

This commit is contained in:
github-action[bot]
2023-04-27 09:30:49 +00:00
parent 19a3b3d6db
commit d734f22b8c
4 changed files with 78 additions and 0 deletions
+1
View File
@@ -106,6 +106,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [datana-gmbh/intercom-config](https://packagist.org/packages/datana-gmbh/intercom-config) | [1.1](datana-gmbh/intercom-config/1.1) |
| [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) |
| [datana-gmbh/zammad-api](https://packagist.org/packages/datana-gmbh/zammad-api) | [1.0](datana-gmbh/zammad-api/1.0) |
| [deamon/logger-extra-bundle](https://packagist.org/packages/deamon/logger-extra-bundle) | [4.0](deamon/logger-extra-bundle/4.0) |
| [debril/rss-atom-bundle](https://packagist.org/packages/debril/rss-atom-bundle) | [4.0](debril/rss-atom-bundle/4.0) |
@@ -0,0 +1,37 @@
{
"manifests": {
"datana-gmbh/url-shortener-api": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"URL_SHORTENER_API_BASE_URI": "",
"URL_SHORTENER_API_USERNAME": "",
"URL_SHORTENER_API_PASSWORD": ""
}
},
"files": {
"config/packages/datana_url_shortener_api.yaml": {
"contents": [
"services:",
" _defaults:",
" autowire: true",
"",
" Datana\\UrlShortener\\Api\\UrlShortenerClient:",
" arguments:",
" - '%env(URL_SHORTENER_API_BASE_URI)%'",
" - '%env(URL_SHORTENER_API_USERNAME)%'",
" - '%env(URL_SHORTENER_API_PASSWORD)%'",
"",
" Datana\\UrlShortener\\Api\\UrlShortenerApi: null",
" Datana\\UrlShortener\\Api\\UrlShortenerApiInterface: '@Datana\\UrlShortener\\Api\\UrlShortenerApi'",
""
],
"executable": false
}
},
"ref": "e239c48186bf5d6f6efb0ac2f597a4df5b806261"
}
}
}
+37
View File
@@ -0,0 +1,37 @@
{
"manifests": {
"datana-gmbh/url-shortener-api": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"URL_SHORTENER_API_BASE_URI": "",
"URL_SHORTENER_API_USERNAME": "",
"URL_SHORTENER_API_PASSWORD": ""
}
},
"files": {
"config/packages/datana_url_shortener_api.yaml": {
"contents": [
"services:",
" _defaults:",
" autowire: true",
"",
" Datana\\UrlShortener\\Api\\UrlShortenerClient:",
" arguments:",
" - '%env(URL_SHORTENER_API_BASE_URI)%'",
" - '%env(URL_SHORTENER_API_USERNAME)%'",
" - '%env(URL_SHORTENER_API_PASSWORD)%'",
"",
" Datana\\UrlShortener\\Api\\UrlShortenerApi: null",
" Datana\\UrlShortener\\Api\\UrlShortenerApiInterface: '@Datana\\UrlShortener\\Api\\UrlShortenerApi'",
""
],
"executable": false
}
},
"ref": "e239c48186bf5d6f6efb0ac2f597a4df5b806261"
}
}
}
+3
View File
@@ -317,6 +317,9 @@
"datana-gmbh/sendgrid-dynamic-template-mailer": [
"1.0"
],
"datana-gmbh/url-shortener-api": [
"1.0"
],
"datana-gmbh/zammad-api": [
"1.0"
],