Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ from neo4j import GraphDatabase
|
|
13 |
|
14 |
# URI examples: "neo4j://localhost", "neo4j+s://xxx.databases.neo4j.io"
|
15 |
URI = "neo4j+s://4985272f.databases.neo4j.io"
|
16 |
-
AUTH = ("neo4j", "
|
17 |
|
18 |
with GraphDatabase.driver(URI, auth=AUTH) as driver:
|
19 |
driver.verify_connectivity()
|
|
|
13 |
|
14 |
# URI examples: "neo4j://localhost", "neo4j+s://xxx.databases.neo4j.io"
|
15 |
URI = "neo4j+s://4985272f.databases.neo4j.io"
|
16 |
+
AUTH = ("neo4j", "P6zQScbmyWivYeVZ84BniNjOCxu1D5Akw1IRC1SLKx8")
|
17 |
|
18 |
with GraphDatabase.driver(URI, auth=AUTH) as driver:
|
19 |
driver.verify_connectivity()
|