mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-20 03:26:24 +03:00
Add 21torr/hosting recipe for 3.2+ (#1697)
This commit is contained in:
@@ -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
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user