30 lines
583 B
YAML
30 lines
583 B
YAML
|
|
logging:
|
||
|
|
loki:
|
||
|
|
url: http://192.168.163.83:3100/loki/api/v1/push
|
||
|
|
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:
|
||
|
|
endpoint: http://192.168.163.83:4318/v1/traces
|