The configuration files expected by arangosh are ini files with sections. All parameters shown by `arangosh --help` are supported in the configuration:
Here's an example config file: [console] pretty-print = true [server] endpoint = tcp://127.0.0.1:8529 authentication = true username = root [log] file = - [javascript] startup-directory = /home/arangodb/js Best regards Jan Am Dienstag, 10. Januar 2017 08:00:36 UTC+1 schrieb Gregory Bleiker: > > I'm trying to use arangosh with the --configuration switch. I have not > been able to find any documentation on what the file passed to this switch > is supposed to look like. Is it a json file with sections or does it have > the same fomat as the conf file in /etc? > > Any help appreciated. > Regards > Greg > -- 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.
