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 # 数据库配置 ## 是否使用外部数据库