application-w.yml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. ydw:
  2. env: w
  3. env_old: w
  4. swagger: true
  5. mock:
  6. mock: false
  7. gcjs:
  8. ws:
  9. ip: 218.26.169.140
  10. pspde-url: http://218.26.169.140:7090
  11. structured-url: http://www.sxbid.com.cn:6280
  12. user-id: 1400000006
  13. key: 123456
  14. version: V5.0
  15. pubservices:
  16. platform-code: 91140100MA0HN23P76
  17. pub-service-plat-code: 51140000792220852T
  18. trad-plat-code: E1401000186
  19. pub-service-plat: 1401000004P
  20. tra-place-code: 140100
  21. pub-service-self: 000000000000000000
  22. server:
  23. port: 16028
  24. max-http-header-size: 20480
  25. tomcat:
  26. uri-encoding: UTF-8
  27. servlet:
  28. context-path: /public-service
  29. eureka:
  30. client:
  31. serviceUrl:
  32. defaultZone: http://192.168.1.3:16000/eureka/
  33. instance:
  34. lease-expiration-duration-in-seconds: 30
  35. lease-renewal-interval-in-seconds: 10
  36. spring:
  37. application:
  38. name: public-service
  39. http:
  40. encoding:
  41. charset: UTF-8
  42. enabled: true
  43. force: true
  44. datasource:
  45. driver-class-name: com.mysql.jdbc.Driver
  46. url: jdbc:mysql://w.eqbidding.com:3306/krock-service-pubservices?serverTimezone=Asia/Shanghai&useSSL=false
  47. username: fxd
  48. password: 123456
  49. type: com.alibaba.druid.pool.DruidDataSource
  50. servlet:
  51. multipart:
  52. enabled: true
  53. max-file-size: 200MB
  54. max-request-size: 200MB
  55. # devtools:
  56. # restart:
  57. # trigger-file: trigger.txt
  58. ribbon:
  59. ReadTimeout: 60000
  60. ConnectTimeout: 60000