application-test.yml 808 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. ydw:
  2. env: test
  3. env_old: test
  4. swagger: true
  5. server:
  6. port: 16025
  7. max-http-header-size: 30920
  8. tomcat:
  9. uri-encoding: UTF-8
  10. servlet:
  11. context-path: /web-cp-all
  12. eureka:
  13. client:
  14. serviceUrl:
  15. defaultZone: http://172.17.213.71:16000/eureka/
  16. spring:
  17. application:
  18. name: web-cp-all
  19. http:
  20. encoding:
  21. charset: UTF-8
  22. enabled: true
  23. force: true
  24. datasource:
  25. driver-class-name: com.mysql.jdbc.Driver
  26. url: jdbc:mysql://test.eqbidding.com:3306/krock-service-system?serverTimezone=Asia/Shanghai&useSSL=false
  27. username: fxd
  28. password: 123456
  29. type: com.alibaba.druid.pool.DruidDataSource
  30. servlet:
  31. multipart:
  32. enabled: true
  33. max-file-size: 200MB
  34. max-request-size: 200MB
  35. ribbon:
  36. ReadTimeout: 600000
  37. ConnectTimeout: 600000