diff --git a/formatz/fz-hosting-symfony-bundle/1.0/config/packages/formatz_fz_hosting.yaml b/formatz/fz-hosting-symfony-bundle/1.0/config/packages/formatz_fz_hosting.yaml new file mode 100644 index 00000000..25dc3c08 --- /dev/null +++ b/formatz/fz-hosting-symfony-bundle/1.0/config/packages/formatz_fz_hosting.yaml @@ -0,0 +1,3 @@ +formatz_fz_hosting: + api_key: '%env(resolve:FZ_HOSTING_API_KEY)%' + api_endpoint: '%env(resolve:FZ_HOSTING_API_ENDPOINT)%' diff --git a/formatz/fz-hosting-symfony-bundle/1.0/manifest.json b/formatz/fz-hosting-symfony-bundle/1.0/manifest.json new file mode 100644 index 00000000..a839bd15 --- /dev/null +++ b/formatz/fz-hosting-symfony-bundle/1.0/manifest.json @@ -0,0 +1,12 @@ +{ + "bundles": { + "Formatz\\FzHostingBundle\\FormatzFzHostingBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "FZ_HOSTING_API_ENDPOINT": "https://hostings.format-z.ch", + "FZ_HOSTING_API_KEY": "changeme" + } +} diff --git a/formatz/fz-hosting-symfony-bundle/1.0/post-install.txt b/formatz/fz-hosting-symfony-bundle/1.0/post-install.txt new file mode 100644 index 00000000..b2d51473 --- /dev/null +++ b/formatz/fz-hosting-symfony-bundle/1.0/post-install.txt @@ -0,0 +1 @@ + Change FZ_HOSTING_API_KEY then run fz-hosting:send-current-versions.