Merge pull request #6474 from dataease/pr@dev_v2_modify_edition

chore: 调整版本信息
This commit is contained in:
fit2cloudrd 2023-11-01 15:00:50 +08:00 committed by GitHub
commit b570c7fe09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
# 数据库配置
## 是否使用外部数据库