Dock-MultiCtrl/admin/src/main/resources/application-docker.yml

83 lines
2.2 KiB
YAML

spring:
datasource:
druid:
driver-class-name: org.postgresql.Driver
url: jdbc:postgresql://${host.ip}:61623/dj_multictrl?currentSchema=public
username: aros
password: Aros2023
initial-size: 10
max-active: 100
min-idle: 10
max-wait: 60000
pool-prepared-statements: true
max-pool-prepared-statement-per-connection-size: 20
time-between-eviction-runs-millis: 60000
min-evictable-idle-time-millis: 300000
#Oracle需要打开注释
#validation-query: SELECT 1 FROM DUAL
test-while-idle: true
test-on-borrow: false
test-on-return: false
stat-view-servlet:
enabled: true
url-pattern: /druid/*
#login-username: admin
#login-password: admin
filter:
stat:
log-slow-sql: true
slow-sql-millis: 1000
merge-sql: false
wall:
config:
multi-statement-allow: true
minio:
endpoint: http://${host.ip}:61624
access-key: aros
secret-key: Aros2023
other:
dataPath: /minio_data
mqtt:
client1:
url: tcp://${host.ip}:61627
username: dock
password: Dock@2023
subClientId: dj-one-sub${random.int(10)}
subTopic: thing/product/#,sys/product/#,thing/device/#,sys/device/#
pubClientId: dj-one-pub${random.int(10)}
client2:
url: tcp://${host.ip}:61637
username: dock
password: Dock@2023
subClientId: dj-two-sub${random.int(10)}
subTopic: thing/product/#
pubClientId: dj-two-pub${random.int(10)}
dji:
appId: 125012
appKey: 06ee54a889de4af418c9633d9ae28a3
appLicense: fr/l8puzVxAIHCGa5Gkq7Swu1BQ0C4BjLJhGiWE8eaujp7KrDRcg1/AZ+sMuuOmR/MZiHktUK5f+gg+JWopwAe8cfTp6A4aYqIXbCh6DGMgCYYu3BBodrGxG2U6MSJ8q2lhh144iMT/Bv/wEZXX/IMt22wtT28TSwNCQ7CI+0vw=
ntpServerHost: ${host.ip}
ntpServerPort: 61627
srs:
ip: ${host.ip}
rtmp-port: 61629
username: srs888
password: srs888
rtmp-token: a8f22965876b5bf48f08e67aeb20c13a
server-url: http://${host.ip}:61630
influx:
saveOpen: false
url: http://${host.ip}:61634
token: u32ol28aVjyZzAi1Wi-GydHcULZymvqZMKOX8lLZUwr3WdTpx1rBB2sBvk62_0zo7Ot0LnsgxJlHA0gInegWXg==
bucket: flight_records
org: dj
host:
ip: 223.108.157.174
port: 61620
is-ssl: false