Skip to content

Commit

Permalink
Change port to 8182
Browse files Browse the repository at this point in the history
Co-authored-by: Cole Greer <112986082+Cole-Greer@users.noreply.github.com>
  • Loading branch information
ryn5 and Cole-Greer authored Oct 13, 2023
1 parent 4066353 commit fe80a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gremlin-driver/src/main/java/example/Example.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public static void connectionExample() throws Exception {
GraphTraversalSource g = traversal().withEmbedded(graph);

// Connecting to the server
g = traversal().withRemote(DriverRemoteConnection.using("localhost", 8192, "g"));
g = traversal().withRemote(DriverRemoteConnection.using("localhost", 8182, "g"));

// Connecting to the server with a configurations file
g = traversal().withRemote("gremlin-driver/src/main/java/example/conf/remote-graph.properties");
Expand Down

0 comments on commit fe80a7f

Please sign in to comment.