Skip to content

Commit

Permalink
Add 21torr/hosting bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
apfelbox committed Nov 17, 2023
1 parent 6674754 commit 844a244
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 21torr/hosting/2.10/config/packages/hosting.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
hosting:
tier: '%env(HOSTING_TIER)%'
11 changes: 11 additions & 0 deletions 21torr/hosting/2.10/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"bundles": {
"Torr\\Hosting\\HostingBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"HOSTING_TIER": "development"
}
}

0 comments on commit 844a244

Please sign in to comment.