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.
2 parents cd118e0 + bdd39fb commit 32e0209Copy full SHA for 32e0209
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