Hi, all ArangoDB binaries accept an optional startup parameter named "--configuration". If the parameter is specified, it must be followed by a (fully qualified) path to a configuration file, e.g.
arangoimp --configuration /home/user/arangoimp.conf The configuration file specified must exist and be readable. It is expect to be an ini file with sections. For arangoimp, the default configuration file shipped with it contains the following: # config file for arangoimp [server] endpoint = tcp://127.0.0.1:8529 authentication = true # username = root # password = All configuration options usable for arangoimp can be seen by invoking arangoimp with the option `--help` on the command-line. This is also true for all other binaries shipped with ArangoDB. Configuration options will be read from the config file specified. Additionally config options can be specified on the command-line when invoking arangoimp, e.g. arangoimp --server.endpoint tcp://127.0.0.1:8529 --server.username root --type csv --file /path/to/file.csv --collection mycollection --create-collection true Best regards Jan Am Freitag, 3. März 2017 05:21:29 UTC+1 schrieb Mauricio Chica Patiño: > > Hello, can anyone share or/and explain how the "--configuration" option > works?? > > Thanks > -- 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.
