We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f27eb4c commit da3b706Copy full SHA for da3b706
examples/neo4j.html
@@ -134,7 +134,7 @@ <h1>Cypher Runner for New Remoting</h1>
134
var authToken = neo4j.v1.auth.basic("neo4j", "neo4j");
135
console.log(authToken);
136
var driver = neo4j.v1.driver("bolt://localhost", authToken, {
137
- encrypted:true
+ encrypted:false
138
});
139
var session = driver.session();
140
0 commit comments