Skip to content

Commit

Permalink
Add 21torr/hosting recipe for 3.2+ (#1697)
Browse files Browse the repository at this point in the history
  • Loading branch information
apfelbox authored Oct 24, 2024
1 parent ce3e355 commit e332786
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 21torr/hosting/3.2/config/packages/hosting.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
hosting:
tier: '%env(HOSTING_TIER)%'
installation: "%env(HOSTING_INSTALLATION)%"
3 changes: 3 additions & 0 deletions 21torr/hosting/3.2/config/routes/hosting.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
hosting:
resource: '@HostingBundle/config/routes.yaml'
prefix: /hosting
15 changes: 15 additions & 0 deletions 21torr/hosting/3.2/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit e332786

Please sign in to comment.