Commit 2633f8b1 by 赵宇

fix

parent 4b8cc198
......@@ -2,8 +2,8 @@ from py2neo import Graph
def conn_neo4j():
# graph = Graph("http://localhost:7474", username="neo4j", password="century-english-almanac-havana-golf-9040")
graph = Graph("http://localhost:7474", username="neo4j", password="123456")
# graph = Graph("http://localhost:7474", username="neo4j", password="123456")
graph = Graph("http://192.168.31.154:7474", username="neo4j", password="123456")
return graph
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment