mirror of https://gitee.com/bigwinds/arangodb
26 lines
383 B
Plaintext
26 lines
383 B
Plaintext
[database]
|
|
auto-upgrade = false
|
|
upgrade-check = false
|
|
|
|
[server]
|
|
rest-server = false
|
|
authentication = false
|
|
# username = root
|
|
# password =
|
|
|
|
statistics = false
|
|
# set number of threads to 1 so we don't have concurrency
|
|
threads = 1
|
|
|
|
[javascript]
|
|
startup-directory = ./js
|
|
app-path = ./js/apps
|
|
script = ./js/server/arango-dfdb.js
|
|
v8-contexts = 1
|
|
|
|
[foxx]
|
|
queues = false
|
|
|
|
[log]
|
|
level = info
|