-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharangod.conf
64 lines (46 loc) · 1.25 KB
/
arangod.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# https://www.arangodb.com/docs/stable/administration-configuration.html
[database]
directory = /var/lib/arangodb3
[server]
endpoint = tcp://0.0.0.0:8529
storage-engine = auto
# reuse a port on restart or wait until it is freed by the operating system
# reuse-address = false
authentication = true
# number of maximal server threads. use 0 to make arangod determine the
# number of threads automatically, based on available CPUs
# maximal-threads = 0
#statistics = true
statistics = false
statistics-all-databases = false
uid = arangodb
gid = arangodb
# ongoing-low-priority-multiplier = 1
[javascript]
startup-directory = /app/share/arangodb3/js
app-path = /var/lib/arangodb3-apps
# number of V8 contexts available for JavaScript execution. use 0 to
# make arangod determine the number of contexts automatically.
# v8-contexts = 0
# enabled = false
# tasks = false
# transactions = false
[foxx]
# enable Foxx queues in the server
# queues = true
# queues = false
# api = false
# interval (seconds) to use for polling jobs in Foxx queues
# queues-poll-interval = 1
[log]
level = debug
file = -
#/var/log/arangodb3/arangod.log
[cluster]
[cache]
# size = 0
[arangosearch]
# threads-limit = 1
[rocksdb]
allow-fallocate = false
# encryption-keyfile=/your-encryption-file