Update Flex endpoint

This commit is contained in:
github-action[bot]
2023-05-25 19:42:13 +00:00
parent a59e590cf4
commit 25906978e9
2 changed files with 40 additions and 1 deletions
@@ -0,0 +1,38 @@
{
"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\\FakeUrlShortenerApi: null",
" Datana\\UrlShortener\\Api\\UrlShortenerApiInterface: '@Datana\\UrlShortener\\Api\\UrlShortenerApi'",
""
],
"executable": false
}
},
"ref": "c6e145cfa3d1dce094c62fc4a814ffc69ca14de4"
}
}
}
+2 -1
View File
@@ -25,13 +25,14 @@
" - '%env(URL_SHORTENER_API_PASSWORD)%'",
"",
" Datana\\UrlShortener\\Api\\UrlShortenerApi: null",
" Datana\\UrlShortener\\Api\\FakeUrlShortenerApi: null",
" Datana\\UrlShortener\\Api\\UrlShortenerApiInterface: '@Datana\\UrlShortener\\Api\\UrlShortenerApi'",
""
],
"executable": false
}
},
"ref": "e239c48186bf5d6f6efb0ac2f597a4df5b806261"
"ref": "c6e145cfa3d1dce094c62fc4a814ffc69ca14de4"
}
}
}