app-gov-service-pc.yml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. server:
  2. contextPath: /gov
  3. port: 9088
  4. session:
  5. timeout: 30000000
  6. spring:
  7. redis:
  8. database: 0 # Database index used by the connection factory.
  9. timeout: 0 # Connection timeout in milliseconds.
  10. pool:
  11. max-active: 8 # Max number of connections that can be allocated by the pool at a given time. Use a negative value for no limit.
  12. max-idle: 8 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
  13. max-wait: -1 # Maximum amount of time (in milliseconds) a connection allocation should block before throwing an exception when the pool is exhausted. Use a negative value to block indefinitely.
  14. min-idle: 1 # Target for the minimum number of idle connections to maintain in the pool. This setting only has an effect if it is positive.
  15. application:
  16. name: app-government-server
  17. message: EHR Portal
  18. permissions:
  19. info: admin
  20. demo:
  21. flag: false # 是否用 json文件 读取报表数据
  22. app:
  23. clientId: P1C7SOQe6n # 【政府服务平台】应用
  24. ---
  25. spring:
  26. profiles: dev
  27. redis:
  28. host: 172.26.0.108
  29. port: 6390
  30. password:
  31. app:
  32. oauth2InnerUrl: http://172.19.103.70:1235/authentication/
  33. oauth2OuterUrl: http://27.154.233.186:10260/ #厦门-授权外网映射
  34. service-gateway:
  35. adminInnerUrl: http://172.19.103.73:10000
  36. profileInnerUrl: http://172.19.103.73:10000/api/v1.0/admin
  37. healthPlanningUrl: http://172.19.103.70:1235/gateway/open/govServer/gov # 卫纪委管理后台 s上饶
  38. username: user
  39. password: eureka
  40. filePath: /usr/local/ehr/json/
  41. ---
  42. spring:
  43. profiles: alpha
  44. redis:
  45. host: 172.19.103.47 # Redis server host.
  46. port: 6379
  47. password: redis!@456
  48. app:
  49. oauth2InnerUrl: http://172.19.103.73:10260/
  50. oauth2OuterUrl: http://27.154.233.186:10260/
  51. service-gateway:
  52. adminInnerUrl: http://172.19.103.73:10000
  53. profileInnerUrl: http://172.19.103.73:10000/api/v1.0/admin
  54. healthPlanningUrl: http://172.19.103.42:8080/gov # 卫纪委管理后台
  55. username: user
  56. password: eureka
  57. filePath: /usr/local/ehr/json/
  58. ---
  59. spring:
  60. profiles: prod
  61. redis:
  62. host: 192.168.50.82 # Redis server host.
  63. port: 6379
  64. password: q4YaQemf
  65. app:
  66. oauth2InnerUrl: http://192.168.220.84:10000/authentication/
  67. oauth2OuterUrl: http://jksr.srswjw.gov.cn:1235/gateway/authentication/ #上饶-授权外网映射
  68. service-gateway:
  69. adminInnerUrl: http://192.168.220.84:10000
  70. profileInnerUrl: http://192.168.220.84:10000/api/v1.0/admin
  71. healthPlanningUrl: http://192.168.220.84:10001/open/govServer/gov # 卫纪委管理后台 s上饶
  72. username: user
  73. password: eureka
  74. filePath: /usr/local/ehr/json/