1
0
Fork 0

Add tokens so we can enable the uid during the build.

This commit is contained in:
Wilfried Goesgens 2016-08-01 12:42:58 +02:00
parent bc61157cc1
commit dc5e345440
2 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,7 @@ rest-server = false
authentication = true
# username = root
# password =
@DEFINEUID@uid = arangodb
statistics = false
# set number of threads to 1 so we don't have concurrency

View File

@ -43,6 +43,9 @@ statistics = true
# uid = arangodb
# gid = arangodb
@DEFINEUID@uid = arangodb
[scheduler]
# number of threads used for I/O, use 0 to make arangod determine
# the number of threads automatically