From 25906978e9808d1112e54cbdd9b5c1f11afbd829 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Thu, 25 May 2023 19:42:13 +0000 Subject: [PATCH] Update Flex endpoint --- ...145cfa3d1dce094c62fc4a814ffc69ca14de4.json | 38 +++++++++++++++++++ datana-gmbh.url-shortener-api.1.0.json | 3 +- 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 archived/datana-gmbh.url-shortener-api/c6e145cfa3d1dce094c62fc4a814ffc69ca14de4.json diff --git a/archived/datana-gmbh.url-shortener-api/c6e145cfa3d1dce094c62fc4a814ffc69ca14de4.json b/archived/datana-gmbh.url-shortener-api/c6e145cfa3d1dce094c62fc4a814ffc69ca14de4.json new file mode 100644 index 00000000..182f4862 --- /dev/null +++ b/archived/datana-gmbh.url-shortener-api/c6e145cfa3d1dce094c62fc4a814ffc69ca14de4.json @@ -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" + } + } +} diff --git a/datana-gmbh.url-shortener-api.1.0.json b/datana-gmbh.url-shortener-api.1.0.json index 97b131cc..182f4862 100644 --- a/datana-gmbh.url-shortener-api.1.0.json +++ b/datana-gmbh.url-shortener-api.1.0.json @@ -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" } } }