1. 固定测试环境网关地址,避免被人覆盖
This commit is contained in:
@@ -30,6 +30,8 @@ spring:
|
||||
username: ${config.username} # Nacos 账号
|
||||
password: ${config.password} # Nacos 密码
|
||||
discovery: # 【配置中心】配置项
|
||||
ip: 172.16.46.62
|
||||
port: 30092
|
||||
namespace: ${config.namespace} # 命名空间。这里使用 maven Profile 资源过滤进行动态替换
|
||||
group: ${config.group} # 使用的 Nacos 配置分组,默认为 DEFAULT_GROUP
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user