浏览代码

代码修改

liubing 4 年之前
父节点
当前提交
511f4759ff
共有 1 个文件被更改,包括 20 次插入0 次删除
  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/