mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
12 lines
225 B
JSON
12 lines
225 B
JSON
{
|
|
"bundles": {
|
|
"Makasim\\Yadm\\Bundle\\YadmBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"MONGO_DSN": "mongodb://localhost:27017/db_name"
|
|
}
|
|
}
|