Skip to content

Commit

Permalink
feat: update the default mode of deploy tool
Browse files Browse the repository at this point in the history
  • Loading branch information
dl239 committed Sep 15, 2023
1 parent 330d171 commit ec7cf9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/conf/openmldb-env.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
export OPENMLDB_VERSION=0.8.2
# openmldb mode: standalone / cluster
export OPENMLDB_MODE=${OPENMLDB_MODE:=standalone}
export OPENMLDB_MODE=${OPENMLDB_MODE:=cluster}
# tablet port
export OPENMLDB_TABLET_PORT=10921
# nameserver port
Expand Down

0 comments on commit ec7cf9a

Please sign in to comment.