chore: 调整版本信息

This commit is contained in:
xuwei-fit2cloud 2023-11-01 14:59:43 +08:00
parent bff2b41f9b
commit f7dfccc6f4
2 changed files with 2 additions and 2 deletions

View File

@ -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
}

View File

@ -6,7 +6,7 @@ DE_PORT=8100
## 登录超时时间单位min。如果不设置则默认8小时也就是480
DE_LOGIN_TIMEOUT=480
## 安装模式
DE_INSTALL_MODE=enterprise
DE_INSTALL_MODE=community
# 数据库配置
## 是否使用外部数据库