1
0
Fork 0
arangodb/etc/arangodb3/foxx-manager.conf.in

16 lines
259 B
Plaintext

[console]
pretty-print = true
[log]
file = -
[server]
endpoint = tcp://127.0.0.1:8529
authentication = true
# username = root
# password =
[javascript]
startup-directory = @PKGDATADIR@/js
execute-string = require("@arangodb/foxx/manager").run(ARGUMENTS);