Skip to content

Commit 8e192fb

Browse files
committed
Added --cluster.my-address
1 parent 2f2998b commit 8e192fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

service/arangod_config_builder.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ func createArangodArgs(log *logging.Logger, config Config, clusterConfig Cluster
251251
optionPair{"--foxx.queues", "true"},
252252
optionPair{"--server.statistics", "true"},
253253
optionPair{"--replication.automatic-failover", "true"},
254+
optionPair{"--cluster.my-address", myTCPURL},
254255
optionPair{"--cluster.my-role", "SINGLE"},
255256
)
256257
}

0 commit comments

Comments
 (0)