Add YadmBundle recipe.

This commit is contained in:
Maksim Kotlyar
2018-02-02 10:34:28 +02:00
parent ebf15bb958
commit 199796d5ab
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,2 @@
yadm:
mongo_uri: '%env(MONGO_DSN)%'
+11
View File
@@ -0,0 +1,11 @@
{
"bundles": {
"Makasim\\Yadm\\Bundle\\YadmBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"MONGO_DSN": "mongodb://localhost:27017/db_name"
}
}