Commit 4c60aeda by dong

fix20230319

parent 77310732
......@@ -3,9 +3,9 @@ from py2neo import Graph
def conn_neo4j():
# graph = Graph("http://localhost:7474", username="neo4j", password="123456") # 本地neo4j
# graph = Graph("http://39.100.39.50:7476", username="neo4j", password="123456") # 50服务器上的neo4j时使用
graph = Graph("http://39.100.39.50:7476", username="neo4j", password="123456") # 50服务器上的neo4j时使用
# graph = Graph("http://39.100.39.50:7475", username="neo4j", password="century-english-almanac-havana-golf-9040") # 太原的neo4j,测试是借用
graph = Graph("http://39.100.39.50:7475", username="neo4j", password="123456") # 太原的neo4j,测试是借用
# graph = Graph("http://39.100.39.50:7475", username="neo4j", password="123456") # 太原的neo4j,测试是借用
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