Merge pull request 'nacos端口修改为服务器内网ip' (#84) from xinwei into master
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
Reviewed-on: #84
This commit is contained in:
commit
f43a69d354
@ -20,7 +20,7 @@ logging:
|
||||
spring:
|
||||
cloud:
|
||||
nacos:
|
||||
server-addr: 121.36.203.133:8848
|
||||
server-addr: 172.19.0.1:8848
|
||||
discovery:
|
||||
namespace: ${spring.profiles.active} # 命名空间。这里使用 dev 开发环境
|
||||
metadata:
|
||||
@ -33,7 +33,7 @@ spring:
|
||||
nacos:
|
||||
# Nacos Config 配置项,对应 NacosConfigProperties 配置属性类
|
||||
config:
|
||||
server-addr: 121.36.203.133:8848 # Nacos 服务器地址
|
||||
server-addr: 172.19.0.1:8848 # Nacos 服务器地址
|
||||
namespace: ${spring.profiles.active} # 命名空间 dev 的ID,不能直接使用 dev 名称。创建命名空间的时候需要指定ID为 dev,这里使用 dev 开发环境
|
||||
group: DEFAULT_GROUP # 使用的 Nacos 配置分组,默认为 DEFAULT_GROUP
|
||||
name: ${spring.application.name} # 使用的 Nacos 配置集的 dataId,默认为 spring.application.name
|
||||
|
@ -18,7 +18,7 @@ logging:
|
||||
spring:
|
||||
cloud:
|
||||
nacos:
|
||||
server-addr: 121.36.203.133:8848
|
||||
server-addr: 172.19.0.1:8848
|
||||
discovery:
|
||||
namespace: ${spring.profiles.active} # 命名空间。这里使用 dev 开发环境
|
||||
metadata:
|
||||
@ -31,7 +31,7 @@ spring:
|
||||
nacos:
|
||||
# Nacos Config 配置项,对应 NacosConfigProperties 配置属性类
|
||||
config:
|
||||
server-addr: 121.36.203.133:8848 # Nacos 服务器地址
|
||||
server-addr: 172.19.0.1:8848 # Nacos 服务器地址
|
||||
namespace: ${spring.profiles.active} # 命名空间 dev 的ID,不能直接使用 dev 名称。创建命名空间的时候需要指定ID为 dev,这里使用 dev 开发环境
|
||||
group: DEFAULT_GROUP # 使用的 Nacos 配置分组,默认为 DEFAULT_GROUP
|
||||
name: ${spring.application.name} # 使用的 Nacos 配置集的 dataId,默认为 spring.application.name
|
||||
|
@ -18,7 +18,7 @@ logging:
|
||||
spring:
|
||||
cloud:
|
||||
nacos:
|
||||
server-addr: 121.36.203.133:8848
|
||||
server-addr: 172.19.0.1:8848
|
||||
discovery:
|
||||
namespace: ${spring.profiles.active} # 命名空间。这里使用 dev 开发环境
|
||||
metadata:
|
||||
@ -31,7 +31,7 @@ spring:
|
||||
nacos:
|
||||
# Nacos Config 配置项,对应 NacosConfigProperties 配置属性类
|
||||
config:
|
||||
server-addr: 121.36.203.133:8848 # Nacos 服务器地址
|
||||
server-addr: 172.19.0.1:8848 # Nacos 服务器地址
|
||||
namespace: ${spring.profiles.active} # 命名空间 dev 的ID,不能直接使用 dev 名称。创建命名空间的时候需要指定ID为 dev,这里使用 dev 开发环境
|
||||
group: DEFAULT_GROUP # 使用的 Nacos 配置分组,默认为 DEFAULT_GROUP
|
||||
name: ${spring.application.name} # 使用的 Nacos 配置集的 dataId,默认为 spring.application.name
|
||||
|
@ -18,7 +18,7 @@ logging:
|
||||
spring:
|
||||
cloud:
|
||||
nacos:
|
||||
server-addr: 121.36.203.133:8848
|
||||
server-addr: 172.19.0.1:8848
|
||||
discovery:
|
||||
namespace: ${spring.profiles.active} # 命名空间。这里使用 dev 开发环境
|
||||
metadata:
|
||||
@ -31,7 +31,7 @@ spring:
|
||||
nacos:
|
||||
# Nacos Config 配置项,对应 NacosConfigProperties 配置属性类
|
||||
config:
|
||||
server-addr: 121.36.203.133:8848 # Nacos 服务器地址
|
||||
server-addr: 172.19.0.1:8848 # Nacos 服务器地址
|
||||
namespace: ${spring.profiles.active} # 命名空间 dev 的ID,不能直接使用 dev 名称。创建命名空间的时候需要指定ID为 dev,这里使用 dev 开发环境
|
||||
group: DEFAULT_GROUP # 使用的 Nacos 配置分组,默认为 DEFAULT_GROUP
|
||||
name: ${spring.application.name} # 使用的 Nacos 配置集的 dataId,默认为 spring.application.name
|
||||
|
@ -18,7 +18,7 @@ logging:
|
||||
spring:
|
||||
cloud:
|
||||
nacos:
|
||||
server-addr: 121.36.203.133:8848
|
||||
server-addr: 172.19.0.1:8848
|
||||
discovery:
|
||||
namespace: ${spring.profiles.active} # 命名空间。这里使用 dev 开发环境
|
||||
metadata:
|
||||
@ -31,7 +31,7 @@ spring:
|
||||
nacos:
|
||||
# Nacos Config 配置项,对应 NacosConfigProperties 配置属性类
|
||||
config:
|
||||
server-addr: 121.36.203.133:8848 # Nacos 服务器地址
|
||||
server-addr: 172.19.0.1:8848 # Nacos 服务器地址
|
||||
namespace: ${spring.profiles.active} # 命名空间 dev 的ID,不能直接使用 dev 名称。创建命名空间的时候需要指定ID为 dev,这里使用 dev 开发环境
|
||||
group: DEFAULT_GROUP # 使用的 Nacos 配置分组,默认为 DEFAULT_GROUP
|
||||
name: ${spring.application.name} # 使用的 Nacos 配置集的 dataId,默认为 spring.application.name
|
||||
|
@ -19,7 +19,7 @@ logging:
|
||||
spring:
|
||||
cloud:
|
||||
nacos:
|
||||
server-addr: 121.36.203.133:8848
|
||||
server-addr: 172.19.0.1:8848
|
||||
discovery:
|
||||
namespace: ${spring.profiles.active} # 命名空间。这里使用 dev 开发环境
|
||||
metadata:
|
||||
@ -32,7 +32,7 @@ spring:
|
||||
nacos:
|
||||
# Nacos Config 配置项,对应 NacosConfigProperties 配置属性类
|
||||
config:
|
||||
server-addr: 121.36.203.133:8848 # Nacos 服务器地址
|
||||
server-addr: 172.19.0.1:8848 # Nacos 服务器地址
|
||||
namespace: ${spring.profiles.active} # 命名空间 dev 的ID,不能直接使用 dev 名称。创建命名空间的时候需要指定ID为 dev,这里使用 dev 开发环境
|
||||
group: DEFAULT_GROUP # 使用的 Nacos 配置分组,默认为 DEFAULT_GROUP
|
||||
name: ${spring.application.name} # 使用的 Nacos 配置集的 dataId,默认为 spring.application.name
|
||||
|
Loading…
Reference in New Issue
Block a user