liubing %!s(int64=4) %!d(string=hai) anos
pai
achega
511f4759ff
Modificáronse 1 ficheiros con 20 adicións e 0 borrados
  1. 20 0
      svr/svr-cloud-care/src/main/resources/application.yml

+ 20 - 0
svr/svr-cloud-care/src/main/resources/application.yml

@ -171,6 +171,12 @@ express:
baiduApi:
  AK: 0vjnCSReegE7A47a941ohjv9a07ONiMC
  url: http://api.map.baidu.com/
systemSetting:
  isApplication: 0 # 是否需要资质申请 1需要 0 不需要
base:
  url: http://172.17.110.212:10020/
  hospitalUrl: http://172.26.0.107:10022/
---
spring:
  profiles: jwtest
@ -267,6 +273,13 @@ express:
baiduApi:
  AK: 0vjnCSReegE7A47a941ohjv9a07ONiMC
  url: http://api.map.baidu.com/
  # 系统配置
systemSetting:
  isApplication: 0 # 是否需要资质申请 1需要 0 不需要
base:
  url: http://172.17.110.212:10020/
  hospitalUrl: http://172.26.0.107:10022/
---
spring:
  profiles: jwprod
@ -365,3 +378,10 @@ express:
baiduApi:
  AK: 0vjnCSReegE7A47a941ohjv9a07ONiMC
  url: http://api.map.baidu.com/
# 系统配置
systemSetting:
  isApplication: 0 # 是否需要资质申请 1需要 0 不需要
base:
  url: http://172.17.110.212:10020/
  hospitalUrl: http://172.26.0.107:10022/