From f7dfccc6f4e8ffa8ac706365fa7ea39f13008fdc Mon Sep 17 00:00:00 2001 From: xuwei-fit2cloud Date: Wed, 1 Nov 2023 14:59:43 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- installer/dectl | 2 +- installer/install.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/dectl b/installer/dectl index a05fdb5a03..2898f9976a 100644 --- a/installer/dectl +++ b/installer/dectl @@ -44,7 +44,7 @@ function usage() { echo " version 查看 DATAEASE 版本" } function _check_apisix_init() { - if [[ $DE_INSTALL_MODE = "enterprise" ]];then + if [[ $DE_INSTALL_MODE != "community" ]];then _prepare_apisix fi } diff --git a/installer/install.conf b/installer/install.conf index 1e632d3f1b..5048bc44b4 100644 --- a/installer/install.conf +++ b/installer/install.conf @@ -6,7 +6,7 @@ DE_PORT=8100 ## 登录超时时间,单位min。如果不设置则默认8小时,也就是480 DE_LOGIN_TIMEOUT=480 ## 安装模式 -DE_INSTALL_MODE=enterprise +DE_INSTALL_MODE=community # 数据库配置 ## 是否使用外部数据库