chao 4 年之前
父节点
当前提交
872a4a63a7
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/main/resources/bootstrap.yml

+ 2 - 1
src/main/resources/bootstrap.yml

@@ -9,5 +9,6 @@ spring:
     config:                             # Config客户端配置
       profile: @activatedProperties@    # 启用配置后缀名称
       label: master                     # 分支名称
-      uri: http://120.79.162.1:18001          # 配置中心地址
+      # uri: http://47.119.112.46:18001       # 配置中心地址(开发中)
+      uri: http://120.79.162.1:18001          # 配置中心地址(正式环境)
       name: user                        # 配置文件名称