From 8d5fb4ee9d27fd6a61b210eaee74af265f76aa7c Mon Sep 17 00:00:00 2001 From: manailin <261030956@qq.com> Date: 星期五, 08 四月 2022 14:55:18 +0800 Subject: [PATCH] [修改]修改配置 --- springcloud_k8s_panzhihuazhihuishequ/service_api/src/main/resources/bootstrap.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_api/src/main/resources/bootstrap.yml b/springcloud_k8s_panzhihuazhihuishequ/service_api/src/main/resources/bootstrap.yml index 7379ba7..dd47d64 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_api/src/main/resources/bootstrap.yml +++ b/springcloud_k8s_panzhihuazhihuishequ/service_api/src/main/resources/bootstrap.yml @@ -7,7 +7,7 @@ enabled: true service-id: config # 注册中心的服务名 profile: ${ENV:dev} # 指定配置文件的环境 - uri: http://${CONFIG_URL:localhost}:8193/ + uri: http://${CONFIG_URL:localhost}:6193/ profiles: active: ${ENV:dev} servlet: -- Gitblit v1.7.1