Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-01-01 21:13:54 +00:00
parent e13679637e
commit f1493592fd
4 changed files with 70 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
{
"manifests": {
"21torr/hosting": {
"manifest": {
"bundles": {
"Torr\\Hosting\\HostingBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"HOSTING_TIER": "development"
},
"gitignore": [
"/.build-info.json"
]
},
"files": {
"config/packages/hosting.yaml": {
"contents": [
"hosting:",
" tier: '%env(HOSTING_TIER)%'",
""
],
"executable": false
}
},
"ref": "cc9fac2b32b1db240afab9621c18ffaf5b4b742f"
}
}
}
+1
View File
@@ -4,6 +4,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| Package | Latest Recipe |
| --- | --- |
| [21torr/hosting](https://packagist.org/packages/21torr/hosting) | [2.1](21torr/hosting/2.1) |
| [abel/keycloak-bearer-only-adapter-bundle](https://packagist.org/packages/abel/keycloak-bearer-only-adapter-bundle) | [1.0](abel/keycloak-bearer-only-adapter-bundle/1.0) |
| [ablaise/meteion-bundle](https://packagist.org/packages/ablaise/meteion-bundle) | [1.0](ablaise/meteion-bundle/1.0) |
| [acseo/typesense-bundle](https://packagist.org/packages/acseo/typesense-bundle) | [0.7](acseo/typesense-bundle/0.7) |
@@ -0,0 +1,33 @@
{
"manifests": {
"21torr/hosting": {
"manifest": {
"bundles": {
"Torr\\Hosting\\HostingBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"HOSTING_TIER": "development"
},
"gitignore": [
"/.build-info.json"
]
},
"files": {
"config/packages/hosting.yaml": {
"contents": [
"hosting:",
" tier: '%env(HOSTING_TIER)%'",
""
],
"executable": false
}
},
"ref": "cc9fac2b32b1db240afab9621c18ffaf5b4b742f"
}
}
}
+3
View File
@@ -1,6 +1,9 @@
{
"aliases": [],
"recipes": {
"21torr/hosting": [
"2.1"
],
"abel/keycloak-bearer-only-adapter-bundle": [
"1.0"
],