diff --git a/recipe/1.0/config/packages/mongodb.yaml b/recipe/1.0/config/packages/mongodb.yaml deleted file mode 100644 index b051dd0..0000000 --- a/recipe/1.0/config/packages/mongodb.yaml +++ /dev/null @@ -1,3 +0,0 @@ -mongodb: - clients: - default: '%env(MONGODB_URI)%' diff --git a/recipe/1.0/manifest.json b/recipe/1.0/manifest.json deleted file mode 100644 index 9c4a09e..0000000 --- a/recipe/1.0/manifest.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "bundles": { - "MongoDB\\Bundle\\MongoDBBundle": ["all"] - }, - "aliases": ["mongodb"], - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - }, - "env": { - "MONGODB_URI": "" - } -}