mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Add FZ Hosting Symfony Bundle Recipe
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
formatz_fz_hosting:
|
||||||
|
api_key: '%env(resolve:FZ_HOSTING_API_KEY)%'
|
||||||
|
api_endpoint: '%env(resolve:FZ_HOSTING_API_ENDPOINT)%'
|
||||||
12
formatz/fz-hosting-symfony-bundle/1.0/manifest.json
Normal file
12
formatz/fz-hosting-symfony-bundle/1.0/manifest.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
1
formatz/fz-hosting-symfony-bundle/1.0/post-install.txt
Normal file
1
formatz/fz-hosting-symfony-bundle/1.0/post-install.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Change <comment>FZ_HOSTING_API_KEY</> then run <comment>fz-hosting:send-current-versions</>.
|
||||||
Reference in New Issue
Block a user