mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 10:36:52 +03:00
12 lines
238 B
JSON
12 lines
238 B
JSON
{
|
|
"bundles": {
|
|
"Neo4j\\Neo4jBundle\\Neo4jBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"NEO4J_DEFAULT_CONNECTION_DSN": "bolt://foo:bar@localhost:7687"
|
|
}
|
|
}
|