mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
13 lines
241 B
JSON
13 lines
241 B
JSON
{
|
|
"bundles": {
|
|
"NavBundle\\NavBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"src/": "%SRC_DIR%/"
|
|
},
|
|
"env": {
|
|
"NAV_URL": "http://user:password@host/WS/Page/"
|
|
}
|
|
}
|