gtl-ruoyi-server/ruoyi-auth/src/main/resources/bootstrap.yml

40 lines
938 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# Tomcat
server:
port: 9200
# Spring
spring:
application:
# 应用名称
name: ruoyi-auth
profiles:
# 环境配置
active: dev
cloud:
nacos:
discovery:
# 服务注册地址
server-addr: 139.224.220.40:8848
namespace: 143f1a53-e544-4782-8667-877c532e2c66
config:
# 配置中心地址
server-addr: 139.224.220.40:8848
namespace: 143f1a53-e544-4782-8667-877c532e2c66
# 配置文件格式
file-extension: yml
# 共享配置
shared-configs:
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
#配置zipkin
zipkin:
base-url: http://127.0.0.1:9411
# 不要让nacos把zipkin注册进去可以不写
discovery-client-enabled: false
sleuth:
sampler:
probability: 1.0
logging:
level:
com.ruoyi.auth: DEBUG
config: classpath:logback-spring.xml