Hi Nick, 
in general all arangodb commandline options map into the configuration file.

so running 
  arangodb --help-all
and browsing through the list... 
...
Section 'cluster' (Configure the cluster)
  --cluster.agency-endpoint <string...>                 agency endpoint to 
connect to (default: )
  --cluster.agency-prefix <string>                      agency prefix 
(default: "")
...

would translate to 

[cluster]
agency-endpoint = tcp://192.168.1.1:4001
agency-prefix = mycluster

Hope this helps

Cheers, 
Willi

On Wednesday, July 13, 2016 at 12:24:54 AM UTC+2, Nick Pavlica wrote:
>
> All,
>   I would like to configure a three node cluster without DCOS.  The 
> current docs, only mention the command line switches(
> https://docs.arangodb.com/3.0/Manual/Administration/Configuration/Cluster.html),
>  
> and when I when I look at the arangod.conf file, I don't see any cluster 
> configuration options for the cluster end points.  Can  you provide an 
> example arangodb.conf file with an example 3 node cluster configuration? 
>  This would be a nice addition to the docs and possibly a blog post.
>
> Thanks!
> --Nick
>

-- 
You received this message because you are subscribed to the Google Groups 
"ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to