Browse Source

配置服务

Trick 5 năm trước cách đây
mục cha
commit
ea50714c11
1 tập tin đã thay đổi với 0 bổ sung16 xóa
  1. 0 16
      svr-authentication.yml

+ 0 - 16
svr-authentication.yml

@ -2,7 +2,6 @@ server:
  port: 10260
spring:
  datasource:
    driver-class-name: com.mysql.jdbc.Driver
@ -24,7 +23,6 @@ user:
  reflashFailedCountTime: 5 #将失败次数重置为0
  tryLoginTimes: 5 #失败重试次数
---
spring:
  profiles: jwdev
@ -37,11 +35,6 @@ spring:
    host: 172.26.0.253 # Redis server host.
    port: 6379 # Redis server port.
eureka:
  client:
    healthcheck:
      enabled: true #监控检查
# i健康用户信息接口,开放出来给互联网医院登录同步用户信息用
iHealth:
  user-info-uri: http://ehr.yihu.com/wlyy/iHealth/userInfo
@ -56,10 +49,6 @@ spring:
    host: 172.26.0.253 # Redis server host.
    port: 6379 # Redis server port.
  ##发现服务
eureka:
  client:
    healthcheck:
      enabled: true #监控检查
## i健康用户信息接口,开放出来给互联网医院登录同步用户信息用
iHealth:
@ -77,10 +66,5 @@ spring:
    password: Kb6wKDQP1W4
  ##发现服务
eureka:
  client:
    healthcheck:
      enabled: true #监控检查
iHealth:
  user-info-uri: http://ehr.yihu.com/wlyy/iHealth/userInfo