Skip to content

Commit

Permalink
added neo4j-bundle 1.0 (#1694)
Browse files Browse the repository at this point in the history
* added neo4j-bundle  1.0

* added neo4j-bundle 1.0

* added neo4j-bundle 1.0

* added a new line in neo4j-bundle
  • Loading branch information
AkshatSW authored Oct 18, 2024
1 parent ccef749 commit 19cca46
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions neo4j/neo4j-bundle/1.0/config/packages/neo4j.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
neo4j:
drivers:
default:
dsn: '%env(resolve:NEO4J_DEFAULT_CONNECTION_DSN)%'
11 changes: 11 additions & 0 deletions neo4j/neo4j-bundle/1.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"bundles": {
"Neo4j\\Neo4jBundle\\Neo4jBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"NEO4J_DEFAULT_CONNECTION_DSN": "neo4j://<my-username>:<my-password>@localhost"
}
}

0 comments on commit 19cca46

Please sign in to comment.