mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
feat: Support for DataEase v2.10.1
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
server:
|
||||
tomcat:
|
||||
connection-timeout: 70000
|
||||
spring:
|
||||
servlet:
|
||||
multipart:
|
||||
max-file-size: 500MB
|
||||
max-request-size: 500MB
|
||||
datasource:
|
||||
url: jdbc:mysql://${PANEL_DB_HOST}:${PANEL_DB_PORT}/${PANEL_DB_NAME}?autoReconnect=false&useUnicode=true&characterEncoding=UTF-8&characterSetResults=UTF-8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true
|
||||
username: ${PANEL_DB_USER}
|
||||
password: ${PANEL_DB_USER_PASSWORD}
|
||||
dataease:
|
||||
apisix-api:
|
||||
domain: http://apisix:9180
|
||||
key: DE_APISIX_KEY
|
||||
export:
|
||||
views:
|
||||
limit: 100000
|
||||
dataset:
|
||||
limit: 100000
|
||||
origin-list: http://localhost:8000
|
||||
task:
|
||||
executor:
|
||||
address: http://sync-task-actuator:9001
|
||||
log:
|
||||
path: /opt/dataease2.0/logs/sync-task/task-handler-log
|
||||
Reference in New Issue
Block a user