Skip to content

Commit

Permalink
Merge pull request #89 from Nhogs/develop
Browse files Browse the repository at this point in the history
update popoto version to 4.0.1
  • Loading branch information
Popotojs authored Nov 15, 2022
2 parents 97ada71 + 009344b commit 5db886e
Show file tree
Hide file tree
Showing 3 changed files with 754 additions and 840 deletions.
8 changes: 3 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Popoto Search</title>
<link rel="stylesheet" href="/dist/popoto.min.css">
<link rel="stylesheet" href="./dist/popoto.min.css">
<style>
#popoto-graph:fullscreen {
width: 100%;
Expand Down Expand Up @@ -109,10 +109,8 @@
* https://neo4j.com/docs/api/javascript-driver/4.3/
*/
var driver = neo4j.driver(
"neo4j://dff437fa.databases.neo4j.io", // Unencrypted
//"neo4j+s://dff437fa.databases.neo4j.io", //Encrypted with Full Certificate
neo4j.auth.basic("popoto", "popotopassword"),
//{disableLosslessIntegers: true} // Enabling native numbers
"neo4j+s://demo.neo4jlabs.com:7687",
neo4j.auth.basic("movies", "movies"),
);

/**
Expand Down
Loading

0 comments on commit 5db886e

Please sign in to comment.