Skip to content

Commit

Permalink
refine ci server script
Browse files Browse the repository at this point in the history
  • Loading branch information
Thespica committed Oct 24, 2024
1 parent abe45ce commit cf171ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ GREMLIN_SERVER_CONFIG="conf/gremlin-server.yaml"
sed -i "s?http://127.0.0.1:8080?https://127.0.0.1:8443?g" "$REST_SERVER_CONFIG"
sed -i "s/#port: 8182/port: 8282/g" "$GREMLIN_SERVER_CONFIG"
echo "gremlinserver.url=http://127.0.0.1:8282" >> ${REST_SERVER_CONFIG}
sed -i "restserver.enable_graphspaces_filter=true" "$REST_SERVER_CONFIG"
echo "restserver.enable_graphspaces_filter=true" >> "$REST_SERVER_CONFIG"

# start HugeGraphServer with https protocol
bin/init-store.sh
Expand Down

0 comments on commit cf171ce

Please sign in to comment.