mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-04-23 02:48:34 +08:00
update 优化 增加指定全局使用ip网段配置 并默认关闭sentinel使用
This commit is contained in:
@@ -72,6 +72,11 @@ spring:
|
||||
# 允许对象忽略json中不存在的属性
|
||||
fail_on_unknown_properties: false
|
||||
cloud:
|
||||
inetutils:
|
||||
# 指定全局使用ip网段
|
||||
preferred-networks:
|
||||
# - 192.168
|
||||
# - 10.0
|
||||
nacos:
|
||||
discovery:
|
||||
metadata:
|
||||
@@ -81,7 +86,7 @@ spring:
|
||||
# sentinel 配置
|
||||
sentinel:
|
||||
# sentinel 开关
|
||||
enabled: true
|
||||
enabled: false
|
||||
transport:
|
||||
# dashboard控制台服务名 用于服务发现
|
||||
# 如无此配置将默认使用下方 dashboard 配置直接注册
|
||||
|
||||
Reference in New Issue
Block a user