mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-26 19:51:56 +08:00
按不同环境展示标题,更好区分环境
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Spring
|
||||
spring:
|
||||
cloud:
|
||||
nacos:
|
||||
discovery:
|
||||
# 服务注册地址
|
||||
server-addr: 192.168.1.211:30006
|
||||
namespace: local
|
||||
config:
|
||||
# 配置中心地址
|
||||
server-addr: 192.168.1.211:30006
|
||||
namespace: local
|
||||
# 配置文件格式
|
||||
file-extension: yml
|
||||
# 共享配置
|
||||
shared-configs:
|
||||
- application-local.yml
|
||||
Reference in New Issue
Block a user