mirror of https://gitee.com/bigwinds/arangodb
issue #694: fixed typos in configuration files
This commit is contained in:
parent
ce61a119c9
commit
f150ce22c0
|
@ -97,6 +97,12 @@ v1.5.x (XXXX-XX-XX)
|
||||||
currently only implemented for hash indices and skiplist indices.
|
currently only implemented for hash indices and skiplist indices.
|
||||||
|
|
||||||
|
|
||||||
|
v1.4.x (XXXX-XX-XX)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* fixed typos in configuration files
|
||||||
|
|
||||||
|
|
||||||
v1.4.3 (2013-XX-XX)
|
v1.4.3 (2013-XX-XX)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,4 @@ progress = true
|
||||||
|
|
||||||
[server]
|
[server]
|
||||||
endpoint = tcp://localhost:8529
|
endpoint = tcp://localhost:8529
|
||||||
disable-authentcation = true
|
disable-authentication = true
|
||||||
|
|
|
@ -2,4 +2,4 @@ progress = true
|
||||||
|
|
||||||
[server]
|
[server]
|
||||||
endpoint = tcp://localhost:8529
|
endpoint = tcp://localhost:8529
|
||||||
disable-authentcation = true
|
disable-authentication = true
|
||||||
|
|
|
@ -2,4 +2,4 @@ progress = true
|
||||||
|
|
||||||
[server]
|
[server]
|
||||||
endpoint = tcp://localhost:8529
|
endpoint = tcp://localhost:8529
|
||||||
disable-authentcation = true
|
disable-authentication = true
|
||||||
|
|
Loading…
Reference in New Issue