application.yml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. svr-cloud-care-port: 10300
  15. #Actuator
  16. management:
  17. security:
  18. enabled: false
  19. #Hystrix
  20. #hystrix:
  21. # command:
  22. # default:
  23. # execution:
  24. # timeout:
  25. # enabled: false
  26. # isolation:
  27. # thread:
  28. # timeoutInMilliseconds: 240000
  29. #Ribbon
  30. #ribbon:
  31. # ReadTimeout: 600000
  32. # ConnectTimeout: 600000
  33. # MaxAutoRetries: 3
  34. # MaxAutoRetriesNextServer: 0
  35. # eureka:
  36. # enabled: true
  37. #Zuul serviceid 模式配置zuulhost 无效.启用ribbon
  38. #zuul:
  39. # host:
  40. # socket-timeout-millis: 300000
  41. # connect-timeout-millis: 300000
  42. #Spring
  43. spring:
  44. jmx:
  45. enabled: false
  46. jpa:
  47. database-platform: org.hibernate.dialect.MySQL5Dialect
  48. hibernate.dialect: org.hibernate.dialect.MySQL5Dialect
  49. show-sql: false
  50. mvc:
  51. throw-exception-if-no-handler-found: true
  52. #未知
  53. yihu:
  54. admin:
  55. client:
  56. advice:
  57. http: true
  58. #发现服务
  59. eureka:
  60. client:
  61. healthcheck:
  62. enabled: false #监控检查
  63. serviceUrl:
  64. defaultZone: http://jw:jkzl@127.0.0.1:8761/eureka/
  65. instance:
  66. prefer-ip-address: false
  67. instance-id: ${spring.cloud.client.ipAddress}:${server.port}