In my python file I have mentioned below configuration:
graphDB=GraphDatabase.driver(uri="0.0.0.0:7473", auth=( "kaberi", "kaberi"))
I want to give my system IP Address
instead:-
graphDB=GraphDatabase.driver(uri="bolt://localhost:7687", auth=( "kabe...