2026-02-02 17:31:52 +08:00
|
|
|
logging:
|
|
|
|
|
loki:
|
2026-04-16 15:52:47 +08:00
|
|
|
url: http://192.168.163.85:3100/loki/api/v1/push
|
2026-02-02 17:31:52 +08:00
|
|
|
level:
|
|
|
|
|
root: info
|
|
|
|
|
com:
|
|
|
|
|
nflg: debug
|
|
|
|
|
alibaba:
|
|
|
|
|
cloud:
|
|
|
|
|
nacos: info
|
|
|
|
|
org:
|
|
|
|
|
springframework: info
|
|
|
|
|
# sa-token配置
|
|
|
|
|
sa-token:
|
|
|
|
|
# SSO-相关配置
|
|
|
|
|
sso-client:
|
|
|
|
|
# SSO-Server 用户中心地址
|
|
|
|
|
server-url: http://sa-sso-server.com:9000
|
|
|
|
|
# LDAP
|
|
|
|
|
#spring:
|
|
|
|
|
# ldap:
|
|
|
|
|
# urls:
|
|
|
|
|
# - ldap://192.168.0.2:389
|
|
|
|
|
# base: dc=nflg
|
|
|
|
|
# username: commpub@nflg
|
|
|
|
|
# password: Nflg2019#
|
|
|
|
|
management:
|
|
|
|
|
otlp:
|
|
|
|
|
tracing:
|
2026-04-16 15:52:47 +08:00
|
|
|
endpoint: http://192.168.163.83:4318/v1/traces
|
|
|
|
|
spring:
|
|
|
|
|
datasource:
|
|
|
|
|
hikari:
|
|
|
|
|
pool-name: WmsShipmentProdPool
|
|
|
|
|
maximum-pool-size: 20
|
|
|
|
|
minimum-idle: 20
|
|
|
|
|
idle-timeout: 600000
|
|
|
|
|
max-lifetime: 1800000
|
|
|
|
|
connection-timeout: 30000
|
|
|
|
|
leak-detection-threshold: 60000
|