Skip to content

Commit da3b706

Browse files
committed
Update example so that it works out-of-the-box
1 parent f27eb4c commit da3b706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/neo4j.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <h1>Cypher Runner for New Remoting</h1>
134134
var authToken = neo4j.v1.auth.basic("neo4j", "neo4j");
135135
console.log(authToken);
136136
var driver = neo4j.v1.driver("bolt://localhost", authToken, {
137-
encrypted:true
137+
encrypted:false
138138
});
139139
var session = driver.session();
140140

0 commit comments

Comments
 (0)