We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9444707 commit 7bdd211Copy full SHA for 7bdd211
hugegraph-loader/assembly/travis/install-hugegraph-from-source.sh
@@ -42,6 +42,8 @@ cp -r apache-hugegraph-*/. ${HTTPS_SERVER_DIR}
42
cd "$(find apache-hugegraph-* | head -1)"
43
# start HugeGraphServer with http protocol
44
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
47
bin/start-hugegraph.sh || exit 1
48
49
cd ../${HTTPS_SERVER_DIR}
0 commit comments