application.yml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. ##公共配置
  2. server:
  3. svr-dashboard-port: 9010
  4. web-gateway-port: 8088
  5. svr-base-port: 10020
  6. svr-wlyy-port: 10090
  7. svr-quota-port: 10030
  8. svr-logServer-port: 9411
  9. svr-iot-port: 10050
  10. context-path:
  11. svr-dashboard-context-path: /
  12. svr-web-gateway-context-path: /
  13. svr-base-context-path: /
  14. svr-wlyy-context-path: /
  15. svr-quota-context-path: /
  16. svr-logServer-context-path: /
  17. svr-configurations-context-path: /
  18. svr-iot-context-path: /
  19. #Actuator
  20. management:
  21. security:
  22. enabled: false
  23. #Hystrix
  24. hystrix:
  25. command:
  26. default:
  27. execution:
  28. isolation:
  29. thread:
  30. timeoutInMilliseconds: 305000
  31. #Ribbon
  32. ribbon:
  33. ReadTimeout: 300000
  34. ConnectTimeout: 5000
  35. #Zuul
  36. zuul:
  37. host:
  38. socket-timeout-millis: 300000
  39. connect-timeout-millis: 300000
  40. #Spring
  41. spring:
  42. jmx:
  43. enabled: false
  44. jpa:
  45. database-platform: org.hibernate.dialect.MySQL5Dialect
  46. hibernate.dialect: org.hibernate.dialect.MySQL5Dialect
  47. show-sql: false
  48. #未知
  49. yihu:
  50. admin:
  51. client:
  52. advice:
  53. http: true
  54. #发现服务
  55. eureka:
  56. client:
  57. healthcheck:
  58. enabled: false #启动监控检查
  59. serviceUrl:
  60. defaultZone: http://172.19.103.33:8761/eureka/
  61. instance:
  62. prefer-ip-address: false
  63. ---
  64. spring:
  65. profiles: dev
  66. i:
  67. am: sxy