Skip to content

Commit bdd39fb

Browse files
authored
Merge pull request #88 from pontusmelke/1.0-update-example
Update example so that it works out-of-the-box
2 parents f27eb4c + da3b706 commit bdd39fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/neo4j.html

Lines changed: 1 addition & 1 deletion
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)