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" } } }