mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-21 04:16:24 +03:00
10 lines
182 B
JSON
10 lines
182 B
JSON
{
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"container": {
|
|
"mongodb_uri": "mongodb://127.0.0.1/",
|
|
"mongodb_database": "default"
|
|
}
|
|
}
|