mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
This commit is contained in:
commit
58c0502438
|
@ -77,7 +77,7 @@ examples:
|
|||
@srcdir@/lib/Admin \
|
||||
> /tmp/arangosh.examples.js
|
||||
|
||||
if test -z "$(server.endpoint) "; then \
|
||||
if test -z "$(server.endpoint)"; then \
|
||||
$(MAKE) start-server PID=$(PID) \
|
||||
SERVER_START="--server.endpoint tcp://$(VOCHOST):$(VOCPORT) --server.disable-authentication true" \
|
||||
PROTO=http ;\
|
||||
|
|
Loading…
Reference in New Issue