springcloud_k8s_panzhihuazhihuishequ/community_backstage/src/main/resources/bootstrap.yml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/community_backstage/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:hostname}:8193/ profiles: active: ${ENV:dev} servlet: @@ -18,5 +18,5 @@ eureka: client: service-url: defaultZone: http://${EUREKA_URL:localhost}:8192/eureka defaultZone: http://${EUREKA_URL:hostname}:8192/eureka