Add FZ Hosting Symfony Bundle Recipe

This commit is contained in:
Raphaël Doutaz
2023-05-12 08:27:00 +02:00
parent 9a33ab1825
commit bd3031c794
3 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
formatz_fz_hosting:
api_key: '%env(resolve:FZ_HOSTING_API_KEY)%'
api_endpoint: '%env(resolve:FZ_HOSTING_API_ENDPOINT)%'

View File

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

View File

@@ -0,0 +1 @@
Change <comment>FZ_HOSTING_API_KEY</> then run <comment>fz-hosting:send-current-versions</>.