Skip to content

Commit ee54aff

Browse files
AkshatSWKocal
authored andcommitted
added neo4j-bundle 1.0 (symfony#1694)
* added neo4j-bundle 1.0 * added neo4j-bundle 1.0 * added neo4j-bundle 1.0 * added a new line in neo4j-bundle
1 parent a676f32 commit ee54aff

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
neo4j:
2+
drivers:
3+
default:
4+
dsn: '%env(resolve:NEO4J_DEFAULT_CONNECTION_DSN)%'

neo4j/neo4j-bundle/1.0/manifest.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"bundles": {
3+
"Neo4j\\Neo4jBundle\\Neo4jBundle": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/"
7+
},
8+
"env": {
9+
"NEO4J_DEFAULT_CONNECTION_DSN": "neo4j://<my-username>:<my-password>@localhost"
10+
}
11+
}

0 commit comments

Comments
 (0)