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 b4293d1 commit f2bf8e6Copy full SHA for f2bf8e6
tool/typedb3/start-server.sh
@@ -5,7 +5,7 @@ source tool/typedb3/config.sh
5
# start server
6
DISTRIBUTION="typedb-all-linux-x86_64"
7
DISTRIBUTION_DIR="$DISTRIBUTION-$SERVER_VERSION"
8
-tmux new-session -d -s "typedb" "./$DISTRIBUTION_DIR/typedb server > ./$DISTRIBUTION_DIR/log"
+tmux new-session -d -s "typedb" "./$DISTRIBUTION_DIR/typedb server --server.http.enable false > ./$DISTRIBUTION_DIR/log"
9
10
# wait until ready
11
set +e
0 commit comments