Skip to content

Commit 7bdd211

Browse files
rebuild loader-ci
1 parent 9444707 commit 7bdd211

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hugegraph-loader/assembly/travis/install-hugegraph-from-source.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ cp -r apache-hugegraph-*/. ${HTTPS_SERVER_DIR}
4242
cd "$(find apache-hugegraph-* | head -1)"
4343
# start HugeGraphServer with http protocol
4444
bin/init-store.sh || exit 1
45+
sed -i 's|#auth.authenticator=.*|auth.authenticator=org.apache.hugegraph.auth.StandardAuthenticator|' conf/rest-server.properties
46+
sed -i 's|#auth.admin_pa=.*|auth.admin_pa=pa|' conf/rest-server.properties
4547
bin/start-hugegraph.sh || exit 1
4648

4749
cd ../${HTTPS_SERVER_DIR}

0 commit comments

Comments
 (0)