diff --git a/21torr/hosting/2.10/config/packages/hosting.yaml b/21torr/hosting/2.10/config/packages/hosting.yaml new file mode 100644 index 0000000000..6704c61a63 --- /dev/null +++ b/21torr/hosting/2.10/config/packages/hosting.yaml @@ -0,0 +1,2 @@ +hosting: + tier: '%env(HOSTING_TIER)%' diff --git a/21torr/hosting/2.10/manifest.json b/21torr/hosting/2.10/manifest.json new file mode 100644 index 0000000000..1413cd782d --- /dev/null +++ b/21torr/hosting/2.10/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "Torr\\Hosting\\HostingBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "HOSTING_TIER": "development" + } +}