Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Desc
I am going to use Java to connect to the remote JanusGraph, using the official tutorial, where the hosts in
conf/remote-objects.yaml
have been changed to my remote server address.But after the connection is complete, I see that the graph address obtained through
Graph graph = g.getGraph()
is127.0.0.1
I also tried to use the configuration to connect to the remote database
However, the remote JanusGraph still cannot be connected in this way (only the properties of
.properties
can be configured)My Questions
Thx.
Beta Was this translation helpful? Give feedback.
All reactions