123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- server:
- contextPath: /ehr
- port: 8090
- sessionTimeout: 30000000
- multipart:
- maxFileSize: 50Mb
- maxRequestSize: 50Mb
- fast-dfs:
- pool:
- init-size: 5
- max-size: 20
- wait-time: 500
- connect-timeout: 2
- network-timeout: 30
- http:
- tracker-http-port: 80
- anti-steal-token: no
- secret-key: FastDFS1234567890
- permissions:
- info: admin
- ---
- spring:
- profiles: dev
- datasource:
- url: jdbc:mysql://192.168.210.3:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
- username: healthcloud
- password: GP8Qz4qU
- app:
- baseClientId: zkGuSIm2Fg # 【基础信息管理】应用
- qcReportClientId: 2YTOSRI0tw
- resourceBrowseClientId: W8RDizgDIB
- browseClientId: uzs5G0HgTp
- oauth2InnerUrl: http://192.168.220.84:10001/authentication/
- oauth2OuterUrl: http://jksr.srswjw.gov.cn:1235/gateway/authentication/
- service-gateway:
- username: user
- password: eureka
- url: http://192.168.220.84:10000/api/v1.0/admin
- adminInnerUrl: http://192.168.220.84:10000
- stdurl: http://192.168.220.84:10000/api/v1.0/admin/std
- versionurl: http://192.168.220.84:10000/api/v1.0/admin/version
- cdatypeurl: http://192.168.220.84:10000/api/v1.0/admin/cda_type
- stdsourceurl: http://192.168.220.84:10000/api/v1.0/admin/standard_source
- adaption: http://192.168.220.84:10000/api/v1.0/adapter
- standard: http://192.168.220.84:10000/api/v1.0/std
- browseClientUrl: http://192.168.220.72:8010/profile
- browseClientOutSizeUrl: http://jksr.srswjw.gov.cn:1235/profile
- profileurl: http://192.168.200.68:9009/api/v1.0
- fast-dfs:
- tracker-server: 192.168.50.116:22122,192.168.50.119:22122
- public-server: http://192.168.220.66:23000
- std:
- version: 59083976eebd
- ---
- spring:
- profiles: alpha
- datasource:
- url: jdbc:mysql://192.168.210.3:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
- username: healthcloud
- password: GP8Qz4qU
- app:
- baseClientId: zkGuSIm2Fg # 【基础信息管理】应用
- qcReportClientId: 2YTOSRI0tw
- resourceBrowseClientId: W8RDizgDIB
- browseClientId: uzs5G0HgTp
- oauth2InnerUrl: http://192.168.220.84:10001/authentication/
- oauth2OuterUrl: http://jksr.srswjw.gov.cn:1235/gateway/authentication/
- service-gateway:
- username: user
- password: eureka
- url: http://192.168.220.84:10000/api/v1.0/admin
- adminInnerUrl: http://192.168.220.84:10000
- stdurl: http://192.168.220.84:10000/api/v1.0/admin/std
- versionurl: http://192.168.220.84:10000/api/v1.0/admin/version
- cdatypeurl: http://192.168.220.84:10000/api/v1.0/admin/cda_type
- stdsourceurl: http://192.168.220.84:10000/api/v1.0/admin/standard_source
- adaption: http://192.168.220.84:10000/api/v1.0/adapter
- standard: http://192.168.220.84:10000/api/v1.0/std
- browseClientUrl: http://192.168.220.72:8010/profile
- browseClientOutSizeUrl: http://jksr.srswjw.gov.cn:1235/profile
- profileurl: http://192.168.200.68:9009/api/v1.0
- fast-dfs:
- tracker-server: 192.168.50.116:22122,192.168.50.119:22122
- public-server: http://192.168.220.66:23000
- std:
- version: 59083976eebd
- ---
- spring:
- profiles: prod
- datasource:
- url: jdbc:mysql://192.168.210.3:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
- username: healthcloud
- password: GP8Qz4qU
- app:
- baseClientId: zkGuSIm2Fg # 【基础信息管理】应用
- qcReportClientId: 2YTOSRI0tw
- resourceBrowseClientId: W8RDizgDIB
- browseClientId: uzs5G0HgTp
- oauth2InnerUrl: http://192.168.220.84:10001/authentication/
- oauth2OuterUrl: http://jksr.srswjw.gov.cn:1235/gateway/authentication/
- service-gateway:
- username: user
- password: eureka
- url: http://192.168.220.84:10000/api/v1.0/admin
- adminInnerUrl: http://192.168.220.84:10000
- stdurl: http://192.168.220.84:10000/api/v1.0/admin/std
- versionurl: http://192.168.220.84:10000/api/v1.0/admin/version
- cdatypeurl: http://192.168.220.84:10000/api/v1.0/admin/cda_type
- stdsourceurl: http://192.168.220.84:10000/api/v1.0/admin/standard_source
- adaption: http://192.168.220.84:10000/api/v1.0/adapter
- standard: http://192.168.220.84:10000/api/v1.0/std
- browseClientUrl: http://192.168.220.72:8010/profile
- browseClientOutSizeUrl: http://jksr.srswjw.gov.cn:1235/profile
- profileurl: http://192.168.200.68:9009/api/v1.0
- fast-dfs:
- tracker-server: 192.168.50.116:22122,192.168.50.119:22122
- public-server: http://192.168.220.66:23000
- std:
- version: 59083976eebd
|