Update Flex endpoint

This commit is contained in:
github-action[bot]
2023-05-12 06:58:51 +00:00
parent 0be7263a4e
commit e4bf9e5eb2
4 changed files with 74 additions and 0 deletions
+1
View File
@@ -178,6 +178,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [flagception/flagception-bundle](https://packagist.org/packages/flagception/flagception-bundle) | [3.0](flagception/flagception-bundle/3.0) |
| [flux-se/sylius-payum-stripe-plugin](https://packagist.org/packages/flux-se/sylius-payum-stripe-plugin) | [2.0](flux-se/sylius-payum-stripe-plugin/2.0) |
| [fluxter/saas-provider-bundle](https://packagist.org/packages/fluxter/saas-provider-bundle) | [2.0](fluxter/saas-provider-bundle/2.0) |
| [formatz/fz-hosting-symfony-bundle](https://packagist.org/packages/formatz/fz-hosting-symfony-bundle) | [1.0](formatz/fz-hosting-symfony-bundle/1.0) |
| [fpt/stripe-bundle](https://packagist.org/packages/fpt/stripe-bundle) | [0.5](fpt/stripe-bundle/0.5) |
| [fresh/centrifugo-bundle](https://packagist.org/packages/fresh/centrifugo-bundle) | [1.3](fresh/centrifugo-bundle/1.3) |
| [fresh/doctrine-enum-bundle](https://packagist.org/packages/fresh/doctrine-enum-bundle) | [6.0](fresh/doctrine-enum-bundle/6.0) |
@@ -0,0 +1,35 @@
{
"manifests": {
"formatz/fz-hosting-symfony-bundle": {
"manifest": {
"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"
},
"post-install-output": [
" Change <comment>FZ_HOSTING_API_KEY</> then run <comment>fz-hosting:send-current-versions</>."
]
},
"files": {
"config/packages/formatz_fz_hosting.yaml": {
"contents": [
"formatz_fz_hosting:",
" api_key: '%env(resolve:FZ_HOSTING_API_KEY)%'",
" api_endpoint: '%env(resolve:FZ_HOSTING_API_ENDPOINT)%'",
""
],
"executable": false
}
},
"ref": "312470c47d110e67952069cb9f78a0ca28972eb7"
}
}
}
@@ -0,0 +1,35 @@
{
"manifests": {
"formatz/fz-hosting-symfony-bundle": {
"manifest": {
"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"
},
"post-install-output": [
" Change <comment>FZ_HOSTING_API_KEY</> then run <comment>fz-hosting:send-current-versions</>."
]
},
"files": {
"config/packages/formatz_fz_hosting.yaml": {
"contents": [
"formatz_fz_hosting:",
" api_key: '%env(resolve:FZ_HOSTING_API_KEY)%'",
" api_endpoint: '%env(resolve:FZ_HOSTING_API_ENDPOINT)%'",
""
],
"executable": false
}
},
"ref": "312470c47d110e67952069cb9f78a0ca28972eb7"
}
}
}
+3
View File
@@ -547,6 +547,9 @@
"fluxter/saas-provider-bundle": [
"2.0"
],
"formatz/fz-hosting-symfony-bundle": [
"1.0"
],
"fpt/stripe-bundle": [
"0.5"
],