diff --git a/21torr/hosting/3.2/config/packages/hosting.yaml b/21torr/hosting/3.2/config/packages/hosting.yaml new file mode 100644 index 00000000..e8c399bb --- /dev/null +++ b/21torr/hosting/3.2/config/packages/hosting.yaml @@ -0,0 +1,3 @@ +hosting: + tier: '%env(HOSTING_TIER)%' + installation: "%env(HOSTING_INSTALLATION)%" diff --git a/21torr/hosting/3.2/config/routes/hosting.yaml b/21torr/hosting/3.2/config/routes/hosting.yaml new file mode 100644 index 00000000..935abc0c --- /dev/null +++ b/21torr/hosting/3.2/config/routes/hosting.yaml @@ -0,0 +1,3 @@ +hosting: + resource: '@HostingBundle/config/routes.yaml' + prefix: /hosting diff --git a/21torr/hosting/3.2/manifest.json b/21torr/hosting/3.2/manifest.json new file mode 100644 index 00000000..71825c6a --- /dev/null +++ b/21torr/hosting/3.2/manifest.json @@ -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" + ] +}