mirror of https://gitee.com/bigwinds/arangodb
Add tokens so we can enable the uid during the build.
This commit is contained in:
parent
bc61157cc1
commit
dc5e345440
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue