34 lines
721 B
YAML
34 lines
721 B
YAML
logging:
|
|
loki:
|
|
url: http://192.168.163.83:3100/loki/api/v1/push
|
|
level:
|
|
root: info
|
|
com:
|
|
nflg: trace
|
|
alibaba:
|
|
cloud:
|
|
nacos: debug
|
|
org:
|
|
springframework: debug
|
|
zaxxer:
|
|
hikari: debug
|
|
# sa-token配置
|
|
sa-token:
|
|
# SSO-相关配置
|
|
sso-client:
|
|
# SSO-Server 用户中心地址
|
|
server-url: http://sa-sso-server.com:9000
|
|
management:
|
|
otlp:
|
|
tracing:
|
|
endpoint: http://192.168.163.83:4318/v1/traces
|
|
spring:
|
|
datasource:
|
|
hikari:
|
|
pool-name: WmsAdminDevPool
|
|
maximum-pool-size: 10
|
|
minimum-idle: 2
|
|
idle-timeout: 120000
|
|
max-lifetime: 300000
|
|
connection-timeout: 5000
|
|
leak-detection-threshold: 20000 |