manailin
2022-04-08 76b5715216181320dbf9b3e4a700a77b543af927
[修改]修改配置
3个文件已修改
16 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/auth/src/main/resources/bootstrap.yml 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/config_server/src/main/resources/application.yml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/resources/bootstrap.yml 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/auth/src/main/resources/bootstrap.yml
@@ -1,11 +1,11 @@
spring:
  application:
    name: huacheng_auth
    name: huachengauth
  cloud:
    config:
      discovery:
        enabled: true
        service-id: huacheng_config  # 注册中心的服务名
        service-id: huachengconfig  # 注册中心的服务名
      profile: ${ENV:dev}  # 指定配置文件的环境
      uri: http://${CONFIG_URL:localhost}:6193/
  profiles:
@@ -29,4 +29,4 @@
  metrics:
    tags:
      application: huacheng_auth
      application: huachengauth
springcloud_k8s_panzhihuazhihuishequ/config_server/src/main/resources/application.yml
@@ -14,7 +14,7 @@
spring:
  application:
    name: huacheng_config
    name: huachengconfig
  cloud:
    config:
@@ -50,4 +50,4 @@
  metrics:
    tags:
      application: huacheng_config
      application: huachengconfig
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/resources/bootstrap.yml
@@ -1,11 +1,11 @@
spring:
  application:
    name: huacheng_user
    name: huachenguser
  cloud:
    config:
      discovery:
        enabled: true
        service-id: huacheng_config  # 注册中心的服务名
        service-id: huachengconfig  # 注册中心的服务名
      profile: ${ENV:dev}  # 指定配置文件的环境
      uri: http://${CONFIG_URL:localhost}:6193/
  profiles:
@@ -28,4 +28,4 @@
  metrics:
    tags:
      application: huacheng_user
      application: huachenguser