Add 21torr/hosting recipe for 3.2+ (#1697)

This commit is contained in:
Jannik
2024-10-24 09:38:53 +02:00
committed by GitHub
parent ce3e355da3
commit e332786205
3 changed files with 21 additions and 0 deletions
@@ -0,0 +1,3 @@
hosting:
tier: '%env(HOSTING_TIER)%'
installation: "%env(HOSTING_INSTALLATION)%"
@@ -0,0 +1,3 @@
hosting:
resource: '@HostingBundle/config/routes.yaml'
prefix: /hosting
+15
View File
@@ -0,0 +1,15 @@
{
"bundles": {
"Torr\\Hosting\\HostingBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"HOSTING_TIER": "development",
"HOSTING_INSTALLATION": ""
},
"gitignore": [
"/.build-info.json"
]
}