Merge pull request #115

This commit is contained in:
symfony-flex-server[bot]
2018-12-25 13:03:00 +00:00
committed by GitHub
2 changed files with 15 additions and 0 deletions
@@ -0,0 +1,4 @@
neo4j:
connections:
default:
dsn: "%env(NEO4J_DEFAULT_CONNECTION)%"
+11
View File
@@ -0,0 +1,11 @@
{
"bundles": {
"Neo4j\\Neo4jBundle\\Neo4jBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"NEO4J_DEFAULT_CONNECTION_DSN": "bolt://foo:bar@localhost:7687"
}
}