We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7069431 commit 11ec023Copy full SHA for 11ec023
tests/travis/setup_arangodb.sh
@@ -3,7 +3,7 @@
3
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
4
cd $DIR
5
6
-VERSION=3.0.0
+VERSION=devel-nightly
7
NAME=ArangoDB-$VERSION
8
9
if [ ! -d "$DIR/$NAME" ]; then
@@ -31,7 +31,7 @@ ${ARANGOD} \
31
--configuration none \
32
--server.endpoint tcp://127.0.0.1:8529 \
33
--server.endpoint ssl://127.0.0.1:8530 \
34
- --server.keyfile ./server.pem \
+ --ssl.keyfile ./server.pem \
35
--javascript.app-path ${ARANGODB_DIR}/js/apps \
36
--javascript.startup-directory ${ARANGODB_DIR}/js \
37
--server.authentication=true &
0 commit comments