mirror of https://gitee.com/bigwinds/arangodb
25 lines
483 B
Plaintext
25 lines
483 B
Plaintext
[database]
|
|
directory= @DATABASE@
|
|
# maximal-journal-size=33554432
|
|
# remove-on-drop=true
|
|
|
|
[server]
|
|
http-port = localhost:8529
|
|
http-auth = no
|
|
disable-admin-interface = no
|
|
admin-port = localhost:8530
|
|
admin-directory= @STATICFILES@/html/admin
|
|
threads = 5
|
|
|
|
[scheduler]
|
|
threads = 3
|
|
|
|
[javascript]
|
|
action-directory= @STATICFILES@/js/actions/system
|
|
modules-path = @STATICFILES@/js/server/modules;@STATICFILES@/js/common/modules
|
|
|
|
[log]
|
|
level = info
|
|
severity = human
|
|
file = @LOGDIR@/arangod.log
|