Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit bbf4b5b

Browse files
author
a-brandt
committed
bugfix disable-authentication
1 parent 78ec99e commit bbf4b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/travis/setup_arangodb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ${ARANGOD} \
3232
--server.endpoint tcp://127.0.0.1:8529 \
3333
--javascript.app-path ${ARANGODB_DIR}/js/apps \
3434
--javascript.startup-directory ${ARANGODB_DIR}/js \
35-
--server.disable-authentication false &
35+
--server.disable-authentication true &
3636

3737
sleep 2
3838

0 commit comments

Comments
 (0)