mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Add YadmBundle recipe.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
yadm:
|
||||
mongo_uri: '%env(MONGO_DSN)%'
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Makasim\\Yadm\\Bundle\\YadmBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"MONGO_DSN": "mongodb://localhost:27017/db_name"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user