application.yml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. server:
  2. ag-basic-port: 10001
  3. svr-base-port: 10020
  4. svr-patient-port: 10021
  5. svr-internet-hospital-port: 10022
  6. svr-internet-hospital-entrance-port: 10023
  7. svr-zipkin-port: 9411
  8. svr-dashboard-port: 9010
  9. web-gateway-port: 8088
  10. svr-wlyy-port: 10090
  11. svr-quota-port: 10030
  12. svr-iot-port: 10050
  13. svr-authentication-port: 10260
  14. #Actuator
  15. management:
  16. security:
  17. enabled: false
  18. #Hystrix
  19. hystrix:
  20. command:
  21. default:
  22. execution:
  23. isolation:
  24. thread:
  25. timeoutInMilliseconds: 610000
  26. #Ribbon
  27. ribbon:
  28. ReadTimeout: 300000
  29. ConnectTimeout: 5000
  30. #Zuul
  31. zuul:
  32. host:
  33. socket-timeout-millis: 300000
  34. connect-timeout-millis: 300000
  35. #Spring
  36. spring:
  37. jmx:
  38. enabled: false
  39. jpa:
  40. database-platform: org.hibernate.dialect.MySQL5Dialect
  41. hibernate.dialect: org.hibernate.dialect.MySQL5Dialect
  42. show-sql: false
  43. mvc:
  44. throw-exception-if-no-handler-found: true
  45. #未知
  46. yihu:
  47. admin:
  48. client:
  49. advice:
  50. http: true
  51. #发现服务
  52. eureka:
  53. client:
  54. healthcheck:
  55. enabled: false #监控检查
  56. serviceUrl:
  57. defaultZone: http://jw:jkzl@172.26.0.107:8761/eureka/
  58. instance:
  59. prefer-ip-address: false
  60. instance-id: ${spring.cloud.client.ipAddress}:${server.port}