it:ad:arangodb:howto:configure

IT:ArangoDB:HowTo:Configure

arangod.conf

The main database configuration file is the arangod.conf file, from whihc one can configure the endpoint, security, etc.

[server]
endpoint = tcp://127.0.0.1:8529
disable-authentication = true
threads = 4

[database]
# the default size is 32M change this if required - especially in the 32 bit version
# maximal-journal-size 1048576

[javascript]
action-directory = .\js\actions
modules-path = .\js\server\modules;.\js\common\modules;.\js\node
app-path = .\js\apps
package-path = .\js\npm
startup-directory = .\js

[scheduler]
threads = 4

[log]
level = info
severity = human


  • /home/skysigal/public_html/data/pages/it/ad/arangodb/howto/configure.txt
  • Last modified: 2023/11/04 03:37
  • by 127.0.0.1