From 2ca382d3994175cfdb20097c05729f3e17972818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98=E2=80=98?= Date: Tue, 23 May 2023 12:08:15 +0800 Subject: [PATCH] =?UTF-8?q?feature:=E4=BF=AE=E6=94=B9=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E3=80=81=E6=94=AF=E4=BB=98=E6=9C=8D=E5=8A=A1=E4=B8=BA=E5=86=85?= =?UTF-8?q?=E7=BD=91=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bnyer-order/src/main/resources/bootstrap-prod.yml | 4 ++-- .../bnyer-pay/src/main/resources/bootstrap-prod.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bnyer-services/bnyer-order/src/main/resources/bootstrap-prod.yml b/bnyer-services/bnyer-order/src/main/resources/bootstrap-prod.yml index 58f7726..374941d 100644 --- a/bnyer-services/bnyer-order/src/main/resources/bootstrap-prod.yml +++ b/bnyer-services/bnyer-order/src/main/resources/bootstrap-prod.yml @@ -3,14 +3,14 @@ spring: nacos: discovery: # 服务注册地址 - server-addr: http://203.104.38.186:6001 + server-addr: http://192.168.3.100:6001 # 命名空间地址 namespace: b133c9e5-9f8d-4ed4-9ebd-95557802889f # 命名空间分组 group: prod config: # 配置中心地址 - server-addr: http://203.104.38.186:6001 + server-addr: http://192.168.3.100:6001 # 配置文件格式 file-extension: yml # 命名空间地址 diff --git a/bnyer-services/bnyer-pay/src/main/resources/bootstrap-prod.yml b/bnyer-services/bnyer-pay/src/main/resources/bootstrap-prod.yml index 58f7726..374941d 100644 --- a/bnyer-services/bnyer-pay/src/main/resources/bootstrap-prod.yml +++ b/bnyer-services/bnyer-pay/src/main/resources/bootstrap-prod.yml @@ -3,14 +3,14 @@ spring: nacos: discovery: # 服务注册地址 - server-addr: http://203.104.38.186:6001 + server-addr: http://192.168.3.100:6001 # 命名空间地址 namespace: b133c9e5-9f8d-4ed4-9ebd-95557802889f # 命名空间分组 group: prod config: # 配置中心地址 - server-addr: http://203.104.38.186:6001 + server-addr: http://192.168.3.100:6001 # 配置文件格式 file-extension: yml # 命名空间地址