33 lines
1017 B
YAML
33 lines
1017 B
YAML
# Tomcat
|
|
server:
|
|
port: 9200
|
|
|
|
# Spring
|
|
spring:
|
|
application:
|
|
# 应用名称
|
|
name: ruoyi-auth
|
|
cloud:
|
|
nacos:
|
|
discovery:
|
|
# 服务注册地址
|
|
server-addr: nacos.zkjiadi.cc
|
|
namespace: 78a7f41e-46cc-437a-9716-735888227693
|
|
username: nacos
|
|
password: u0uM2RIp3Xle9VVFWtpzoz9ZdNbwG6PpWsjrOVphXzlDc0jA
|
|
config:
|
|
# 配置中心地址
|
|
server-addr: nacos.zkjiadi.cc
|
|
# 配置文件格式
|
|
file-extension: yml
|
|
# 共享配置
|
|
shared-configs:
|
|
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
|
namespace: 78a7f41e-46cc-437a-9716-735888227693
|
|
username: nacos
|
|
password: u0uM2RIp3Xle9VVFWtpzoz9ZdNbwG6PpWsjrOVphXzlDc0jA
|
|
logging:
|
|
file:
|
|
name: dev-ruoyi-auth.log
|
|
pattern:
|
|
file: "%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p) %clr(${PID}){magenta} %clr(---){faint} %clr([%15.15t]){faint} %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n%wEx" |