mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 12:22:10 +08:00
chore: 增加安装配置项
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
server:
|
server:
|
||||||
tomcat:
|
tomcat:
|
||||||
connection-timeout: 70000
|
connection-timeout: 70000
|
||||||
|
servlet:
|
||||||
|
context-path: ${DE_CONTEXT_PATH}
|
||||||
spring:
|
spring:
|
||||||
servlet:
|
servlet:
|
||||||
multipart:
|
multipart:
|
||||||
@@ -14,6 +16,12 @@ dataease:
|
|||||||
apisix-api:
|
apisix-api:
|
||||||
domain: http://apisix:9180
|
domain: http://apisix:9180
|
||||||
key: DE_APISIX_KEY
|
key: DE_APISIX_KEY
|
||||||
|
export:
|
||||||
|
views:
|
||||||
|
limit: ${DE_EXPORT_VIEWS_LIMIT}
|
||||||
|
dataset:
|
||||||
|
limit: ${DE_EXPORT_DATASET_LIMIT}
|
||||||
|
origin-list: ${DE_ORIGIN_LIST}
|
||||||
task:
|
task:
|
||||||
executor:
|
executor:
|
||||||
address: http://sync-task-actuator:9001
|
address: http://sync-task-actuator:9001
|
||||||
|
|||||||
@@ -7,6 +7,8 @@ DE_PORT=8100
|
|||||||
DE_LOGIN_TIMEOUT=480
|
DE_LOGIN_TIMEOUT=480
|
||||||
## 安装模式
|
## 安装模式
|
||||||
DE_INSTALL_MODE=community
|
DE_INSTALL_MODE=community
|
||||||
|
## 动态路径
|
||||||
|
DE_CONTEXT_PATH=/
|
||||||
|
|
||||||
# 数据库配置
|
# 数据库配置
|
||||||
## 是否使用外部数据库
|
## 是否使用外部数据库
|
||||||
@@ -35,3 +37,8 @@ DE_SELENIUM_MEM_LIMIT=2g
|
|||||||
DE_APISIX_DASHBOARD_PORT=9000
|
DE_APISIX_DASHBOARD_PORT=9000
|
||||||
## APISIX 端口
|
## APISIX 端口
|
||||||
DE_APISIX_PORT=9080
|
DE_APISIX_PORT=9080
|
||||||
|
|
||||||
|
# 其他配置
|
||||||
|
DE_EXPORT_VIEWS_LIMIT=100000
|
||||||
|
DE_EXPORT_DATASET_LIMIT=100000
|
||||||
|
DE_ORIGIN_LIST="http://localhost:8000"
|
||||||
|
|||||||
Reference in New Issue
Block a user