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