소스 검색

Merge branch 'jwdev' of trick9191/wlyy2.0.config into jwdev

trick9191 5 년 전
부모
커밋
64223de75c
1개의 변경된 파일0개의 추가작업 그리고 16개의 파일을 삭제
  1. 0 16
      svr-authentication.yml

+ 0 - 16
svr-authentication.yml

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