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
|
authentication = true
|
||||||
# username = root
|
# username = root
|
||||||
# password =
|
# password =
|
||||||
|
@DEFINEUID@uid = arangodb
|
||||||
|
|
||||||
statistics = false
|
statistics = false
|
||||||
# set number of threads to 1 so we don't have concurrency
|
# set number of threads to 1 so we don't have concurrency
|
||||||
|
|
|
@ -43,6 +43,9 @@ statistics = true
|
||||||
# uid = arangodb
|
# uid = arangodb
|
||||||
# gid = arangodb
|
# gid = arangodb
|
||||||
|
|
||||||
|
@DEFINEUID@uid = arangodb
|
||||||
|
|
||||||
|
|
||||||
[scheduler]
|
[scheduler]
|
||||||
# number of threads used for I/O, use 0 to make arangod determine
|
# number of threads used for I/O, use 0 to make arangod determine
|
||||||
# the number of threads automatically
|
# the number of threads automatically
|
||||||
|
|
Loading…
Reference in New Issue