diff --git a/neo4j/neo4j-bundle/0.4/config/packages/neo4j.yaml b/neo4j/neo4j-bundle/0.4/config/packages/neo4j.yaml new file mode 100644 index 00000000..e903128b --- /dev/null +++ b/neo4j/neo4j-bundle/0.4/config/packages/neo4j.yaml @@ -0,0 +1,4 @@ +neo4j: + connections: + default: + dsn: "%env(NEO4J_DEFAULT_CONNECTION)%" diff --git a/neo4j/neo4j-bundle/0.4/manifest.json b/neo4j/neo4j-bundle/0.4/manifest.json new file mode 100644 index 00000000..1c2c5629 --- /dev/null +++ b/neo4j/neo4j-bundle/0.4/manifest.json @@ -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" + } +}