Muna arr
Muna arr

Reputation: 353

Arangodb Arangoimp using default endpoint

I'm using arangodb 3.1.25. I run in using as the default endpoint is in use and cause me a problem . Now that I'm trying to import a dataset to arangodb , I see that Arangoimp is still using the default endpoint which is 'tcp://127.0.0. 1:8529' how can I fix this .?

Upvotes: 2

Views: 77

Answers (1)

Kaveh Vahedipour
Kaveh Vahedipour

Reputation: 3477

Just try the parameter --server.endpoint

Upvotes: 2

Related Questions