Files
symfony-flex-recipes-contrib/21torr.hosting.3.2.json
T
github-action[bot]andgithub-action[bot] 2be87d1108 Update Flex endpoint
2024-10-24 07:39:12 +00:00

45 lines
1.4 KiB
JSON

{
"manifests": {
"21torr/hosting": {
"manifest": {
"bundles": {
"Torr\\Hosting\\HostingBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"HOSTING_TIER": "development",
"HOSTING_INSTALLATION": ""
},
"gitignore": [
"/.build-info.json"
]
},
"files": {
"config/packages/hosting.yaml": {
"contents": [
"hosting:",
" tier: '%env(HOSTING_TIER)%'",
" installation: \"%env(HOSTING_INSTALLATION)%\"",
""
],
"executable": false
},
"config/routes/hosting.yaml": {
"contents": [
"hosting:",
" resource: '@HostingBundle/config/routes.yaml'",
" prefix: /hosting",
""
],
"executable": false
}
},
"ref": "cef3f08eb33827d2f35f05b32a5448cbb32a2422"
}
}
}