app-emergency-server.yml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. server:
  2. contextPath: /emergency
  3. port: 9099
  4. session:
  5. timeout: 30000000
  6. logging:
  7. level:
  8. org.springframework: INFO
  9. spring:
  10. redis:
  11. database: 0 # Database index used by the connection factory.
  12. timeout: 0 # Connection timeout in milliseconds.
  13. pool:
  14. 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.
  15. max-idle: 8 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
  16. 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.
  17. 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.
  18. application:
  19. name: app-emergency-server
  20. message: EHR Emergency Server
  21. app:
  22. clientId: 5DloGvRVVZ
  23. ---
  24. spring:
  25. profiles: dev
  26. redis:
  27. host: 172.19.103.47 # Redis server host.
  28. port: 6379
  29. password: redis!@456
  30. app:
  31. oauth2InnerUrl: http://172.19.103.73:10260/
  32. oauth2OuterUrl: http://27.154.233.186:10260/
  33. service-gateway:
  34. adminInnerUrl: http://172.19.103.73:10000
  35. profileInnerUrl: http://172.19.103.73:10000/api/v1.0/admin
  36. yingyanUrl: http://172.19.103.73:10001/open/baidu
  37. ---
  38. spring:
  39. profiles: alpha
  40. redis:
  41. host: 172.19.103.47 # Redis server host.
  42. port: 6379
  43. password: redis!@456
  44. app:
  45. oauth2InnerUrl: http://172.19.103.73:10260/
  46. oauth2OuterUrl: http://27.154.233.186:10260/
  47. service-gateway:
  48. adminInnerUrl: http://172.19.103.73:10000
  49. profileInnerUrl: http://172.19.103.73:10000/api/v1.0/admin
  50. yingyanUrl: http://172.19.103.73:10001/open/baidu
  51. ---
  52. spring:
  53. profiles: prod
  54. redis:
  55. host: 192.168.50.82 # Redis server host.
  56. port: 6379
  57. password: q4YaQemf
  58. app:
  59. oauth2InnerUrl: http://192.168.220.84:10000/authentication/
  60. oauth2OuterUrl: http://jksr.srswjw.gov.cn:1235/gateway/authentication/ #上饶-授权外网映射
  61. service-gateway:
  62. adminInnerUrl: http://192.168.220.84:10000
  63. profileInnerUrl: http://192.168.220.84:10000/api/v1.0/admin
  64. yingyanUrl: http://192.168.220.84:10001/open/baidu