mirror of
https://github.com/dataease/dataease.git
synced 2026-06-10 05:36:54 +08:00
refactor: application.yml文件支持指定包含其他的配置文件
This commit is contained in:
@@ -4,6 +4,8 @@ server:
|
||||
servlet:
|
||||
context-path: ${DE_CONTEXT_PATH}
|
||||
spring:
|
||||
profiles:
|
||||
include: ${DE_SPRING_PROFILE}
|
||||
servlet:
|
||||
multipart:
|
||||
max-file-size: 500MB
|
||||
@@ -29,4 +31,4 @@ task:
|
||||
executor:
|
||||
address: http://sync-task-actuator:9001
|
||||
log:
|
||||
path: /opt/dataease2.0/logs/sync-task/task-handler-log
|
||||
path: /opt/dataease2.0/logs/sync-task/task-handler-log
|
||||
|
||||
@@ -52,3 +52,5 @@ DE_EXPORT_DATASET_LIMIT=100000
|
||||
DE_ORIGIN_LIST="http://localhost:8000"
|
||||
## DataEase 节点列表,用于多节点部署,节点以逗号分隔,如 192.168.1.101,192.168.1.102
|
||||
DE_SERVERS=dataease
|
||||
## application.yml 文件中可引入的其他配置文件
|
||||
DE_SPRING_PROFILE=
|
||||
|
||||
Reference in New Issue
Block a user