From 3e725826e03efc82a5eb3825ff6de6809b4b0ac2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B7=E5=86=B7?= Date: Mon, 30 Apr 2018 09:31:08 +0800 Subject: [PATCH] =?UTF-8?q?=E9=81=97=E6=BC=8F=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pig-config/src/main/resources/bootstrap.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pig-config/src/main/resources/bootstrap.yml b/pig-config/src/main/resources/bootstrap.yml index 2260be04..e04a573d 100644 --- a/pig-config/src/main/resources/bootstrap.yml +++ b/pig-config/src/main/resources/bootstrap.yml @@ -10,7 +10,7 @@ spring: config: server: git: - uri: https://gitee.com/hsLeng/pig-config.git + uri: https://gitee.com/cqzqxq_lxh/pig-config.git default-label: ${spring.profiles.active} #解决监控down # 关闭安全管理 @@ -24,7 +24,7 @@ endpoints: spring: profiles: dev rabbitmq: - host: 139.224.200.249 + host: 127.0.0.1 port: 5682 username: pig password: lengleng @@ -41,7 +41,7 @@ eureka: spring: profiles: prd rabbitmq: - host: 139.224.200.249 + host: 127.0.0.1 port: 5682 username: pig password: lengleng