mirror of https://gitee.com/bigwinds/arangodb
removed unused file
This commit is contained in:
parent
1e155916f1
commit
33b6198d30
|
@ -1,39 +0,0 @@
|
||||||
[database]
|
|
||||||
# directory= /var/arangodb
|
|
||||||
# maximal-journal-size = 33554432
|
|
||||||
# remove-on-drop = true
|
|
||||||
|
|
||||||
[server]
|
|
||||||
disable-authentication = true
|
|
||||||
endpoint = tcp://localhost:8529
|
|
||||||
threads = 5
|
|
||||||
# reuse-address = false
|
|
||||||
|
|
||||||
[scheduler]
|
|
||||||
threads = 3
|
|
||||||
|
|
||||||
[javascript]
|
|
||||||
startup-directory = ./js
|
|
||||||
app-path = ./js/apps
|
|
||||||
frontend-development = false
|
|
||||||
|
|
||||||
[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 = false
|
|
||||||
disable-dispatcher-frontend = false
|
|
||||||
data-path = ./cluster/data
|
|
||||||
log-path = ./cluster/log
|
|
||||||
agent-path = ./bin/etcd-arango
|
|
||||||
arangod-path = ./bin/arangod
|
|
||||||
dbserver-config = ./etc/relative/arangod.conf
|
|
||||||
coordinator-config = ./etc/relative/arangod.conf
|
|
Loading…
Reference in New Issue