Skip to content

Commit f2bf8e6

Browse files
disable http endpoint
1 parent b4293d1 commit f2bf8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/typedb3/start-server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source tool/typedb3/config.sh
55
# start server
66
DISTRIBUTION="typedb-all-linux-x86_64"
77
DISTRIBUTION_DIR="$DISTRIBUTION-$SERVER_VERSION"
8-
tmux new-session -d -s "typedb" "./$DISTRIBUTION_DIR/typedb server > ./$DISTRIBUTION_DIR/log"
8+
tmux new-session -d -s "typedb" "./$DISTRIBUTION_DIR/typedb server --server.http.enable false > ./$DISTRIBUTION_DIR/log"
99

1010
# wait until ready
1111
set +e

0 commit comments

Comments
 (0)