forked from github/dataease
chore: 调整版本信息
This commit is contained in:
parent
bff2b41f9b
commit
f7dfccc6f4
@ -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
|
||||
}
|
||||
|
@ -6,7 +6,7 @@ DE_PORT=8100
|
||||
## 登录超时时间,单位min。如果不设置则默认8小时,也就是480
|
||||
DE_LOGIN_TIMEOUT=480
|
||||
## 安装模式
|
||||
DE_INSTALL_MODE=enterprise
|
||||
DE_INSTALL_MODE=community
|
||||
|
||||
# 数据库配置
|
||||
## 是否使用外部数据库
|
||||
|
Loading…
Reference in New Issue
Block a user