mirror of https://gitee.com/bigwinds/arangodb
40 lines
790 B
Plaintext
40 lines
790 B
Plaintext
[database]
|
|
# directory= /var/arangodb
|
|
# maximal-journal-size = 33554432
|
|
|
|
[server]
|
|
disable-authentication = true
|
|
endpoint = tcp://localhost:8529
|
|
threads = 10
|
|
# reuse-address = false
|
|
|
|
[scheduler]
|
|
threads = 3
|
|
|
|
[javascript]
|
|
startup-directory = ./js
|
|
app-path = ./js/apps
|
|
frontend-development = false
|
|
v8-contexts = 5
|
|
|
|
[ruby]
|
|
action-directory = ./mr/actions/system
|
|
modules-path = ./mr/server/modules;./mr/common/modules
|
|
|
|
[log]
|
|
level = info
|
|
severity = human
|
|
|
|
[cluster]
|
|
username = root
|
|
password =
|
|
|
|
disable-dispatcher-kickstarter = true
|
|
disable-dispatcher-frontend = true
|
|
data-path = ./cluster/data
|
|
log-path = ./cluster/log
|
|
agent-path = ./bin/etcd-arango
|
|
arangod-path = ./bin/arangod
|
|
dbserver-config = ./etc/relative/arangod-dbserver.conf
|
|
coordinator-config = ./etc/relative/arangod-coordinator.conf
|