-
Notifications
You must be signed in to change notification settings - Fork 5k
Expand file tree
/
Copy pathapplication.yaml
More file actions
243 lines (230 loc) · 6.93 KB
/
application.yaml
File metadata and controls
243 lines (230 loc) · 6.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
spring:
profiles:
active: h2
jackson:
time-zone: UTC
date-format: "yyyy-MM-dd HH:mm:ss"
banner:
charset: UTF-8
location: classpath:standalone-banner.txt
sql:
init:
schema-locations: classpath:sql/dolphinscheduler_h2.sql
datasource:
driver-class-name: org.h2.Driver
url: jdbc:h2:mem:dolphinscheduler;MODE=MySQL;DB_CLOSE_DELAY=-1;DATABASE_TO_LOWER=true
username: sa
password: ""
quartz:
job-store-type: jdbc
jdbc:
initialize-schema: never
properties:
org.quartz.threadPool.threadPriority: 5
org.quartz.jobStore.isClustered: true
org.quartz.jobStore.class: org.springframework.scheduling.quartz.LocalDataSourceJobStore
org.quartz.scheduler.instanceId: AUTO
org.quartz.jobStore.tablePrefix: QRTZ_
org.quartz.jobStore.acquireTriggersWithinLock: true
org.quartz.scheduler.instanceName: DolphinScheduler
org.quartz.threadPool.class: org.quartz.simpl.SimpleThreadPool
org.quartz.jobStore.useProperties: false
org.quartz.threadPool.makeThreadsDaemons: true
org.quartz.threadPool.threadCount: 25
org.quartz.jobStore.misfireThreshold: 60000
org.quartz.scheduler.makeSchedulerThreadDaemon: true
org.quartz.jobStore.driverDelegateClass: org.quartz.impl.jdbcjobstore.StdJDBCDelegate
org.quartz.jobStore.clusterCheckinInterval: 5000
org.quartz.scheduler.batchTriggerAcquisitionMaxCount: 25
servlet:
multipart:
max-file-size: 1024MB
max-request-size: 1024MB
messages:
basename: i18n/messages
jpa:
hibernate:
ddl-auto: none
mvc:
pathmatch:
matching-strategy: ANT_PATH_MATCHER
cloud.discovery.client.composite-indicator.enabled: false
mybatis-plus:
mapper-locations: classpath:org/apache/dolphinscheduler/dao/mapper/*Mapper.xml
type-aliases-package: org.apache.dolphinscheduler.dao.entity
configuration:
cache-enabled: false
call-setters-on-nulls: true
map-underscore-to-camel-case: true
jdbc-type-for-null: NULL
global-config:
db-config:
id-type: auto
banner: false
registry:
type: jdbc
security:
authentication:
type: OIDC
oidc:
enable: true
providers:
keycloak:
display-name: "Login with Keycloak"
issuer-uri: http://keycloak:8080/realms/dolphinscheduler
icon-uri: "/images/providers-icon/keycloak.png"
client-id: dolphinscheduler-client
client-secret: dolphinscheduler-client-secret
scope: openid, profile, email, groups
user-name-attribute: preferred_username
groups-claim: groups
user:
auto-create: true
default-tenant-code: default
default-queue: default
admin-group-mapping:
- dolphinscheduler-admins
casdoor:
endpoint: http://localhost:8000
client-id: ""
client-secret: ""
certificate: ""
organization-name: built-in
application-name: dolphinscheduler
redirect-url: http://localhost:5173/login
master:
listen-port: 5678
max-heartbeat-interval: 10s
server-load-protection:
enabled: true
max-system-cpu-usage-percentage-thresholds: 1
max-jvm-cpu-usage-percentage-thresholds: 0.9
max-system-memory-usage-percentage-thresholds: 0.9
max-disk-usage-percentage-thresholds: 0.9
worker-load-balancer-configuration-properties:
type: DYNAMIC_WEIGHTED_ROUND_ROBIN
dynamic-weight-config-properties:
memory-usage-weight: 30
cpu-usage-weight: 30
task-thread-pool-usage-weight: 40
worker-group-refresh-interval: 10s
command-fetch-strategy:
type: ID_SLOT_BASED
config:
id-step: 1
fetch-size: 10
worker:
listen-port: 1234
exec-threads: 10
max-heartbeat-interval: 10s
host-weight: 100
group: default
server-load-protection:
enabled: true
max-system-cpu-usage-percentage-thresholds: 1
max-jvm-cpu-usage-percentage-thresholds: 0.9
max-system-memory-usage-percentage-thresholds: 0.9
# Deprecated: Use max-disk-usage-percentage-thresholds-rules instead
max-disk-usage-percentage-thresholds: 0.9
max-disk-usage-percentage-thresholds-rules: []
task-execute-threads-full-policy: REJECT
tenant-config:
auto-create-tenant-enabled: true
distributed-tenant: false
default-tenant-enabled: true
alert:
port: 50052
wait-timeout: 0
max-heartbeat-interval: 60s
sender-parallelism: 5
api:
base-url: http://localhost:12345/dolphinscheduler
ui-url: http://localhost:5173
audit-enable: false
traffic-control:
global-switch: false
max-global-qps-rate: 300
tenant-switch: false
default-tenant-qps-rate: 10
python-gateway:
enabled: true
auth-token: jwUDzpLsNKEFER4*a8gruBH_GsAurNxU7A@Xc
gateway-server-address: 0.0.0.0
gateway-server-port: 25333
python-address: 127.0.0.1
python-port: 25334
connect-timeout: 0
read-timeout: 0
server:
port: 12345
servlet:
session:
timeout: 120m
context-path: /dolphinscheduler/
compression:
enabled: true
mime-types: text/html,text/xml,text/plain,text/css,text/javascript,application/javascript,application/json,application/xml
jetty:
max-http-form-post-size: 5000000
accesslog:
enabled: true
custom-format: '%{client}a - %u %t "%r" %s %O %{ms}Tms'
management:
endpoints:
web:
exposure:
include: health,metrics,prometheus
endpoint:
health:
enabled: true
show-details: always
health:
db:
enabled: true
defaults:
enabled: false
metrics:
tags:
application: ${spring.application.name}
---
spring:
config:
activate:
on-profile: postgresql
quartz:
properties:
org.quartz.jobStore.driverDelegateClass: org.quartz.impl.jdbcjobstore.PostgreSQLDelegate
datasource:
driver-class-name: org.postgresql.Driver
url: jdbc:postgresql://127.0.0.1:5432/dolphinscheduler
username: root
password: root
---
spring:
config:
activate:
on-profile: mysql
sql:
init:
schema-locations: classpath:sql/dolphinscheduler_mysql.sql
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://127.0.0.1:3306/dolphinscheduler?useUnicode=true&characterEncoding=UTF-8
username: root
password: root