mirror of https://gitee.com/bigwinds/arangodb
Allow custom address to be set from the outside (#3469)
This commit is contained in:
parent
428e163db9
commit
19879ff568
|
@ -41,7 +41,7 @@ else
|
|||
fi
|
||||
NATH=$(( $NRDBSERVERS + $NRCOORDINATORS + $NRAGENTS ))
|
||||
ENDPOINT=[::]
|
||||
ADDRESS=[::1]
|
||||
ADDRESS=${ADDRESS:-[::1]}
|
||||
|
||||
rm -rf cluster
|
||||
if [ -d cluster-init ];then
|
||||
|
|
Loading…
Reference in New Issue