mirror of https://gitee.com/bigwinds/arangodb
changed local endpoint to 0.0.0.0 for relative
This commit is contained in:
parent
ac90b72e94
commit
dd87042c7f
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
[server]
|
[server]
|
||||||
disable-authentication = true
|
disable-authentication = true
|
||||||
endpoint = tcp://127.0.0.1:8529
|
endpoint = tcp://0.0.0.0:8529
|
||||||
threads = 4
|
threads = 4
|
||||||
# reuse-address = false
|
# reuse-address = false
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue