application-test.yml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. ydw:
  2. env: test
  3. env_old: test
  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. area:
  23. tradeCode: SX-DSFCS-0001
  24. sysCode: 140000-YMMJY-0001
  25. masterAreaCode: SX-DSFCS-0001-01
  26. server:
  27. port: 16028
  28. max-http-header-size: 20480
  29. tomcat:
  30. uri-encoding: UTF-8
  31. servlet:
  32. context-path: /public-service
  33. eureka:
  34. client:
  35. serviceUrl:
  36. defaultZone: http://172.17.213.71:16000/eureka/
  37. instance:
  38. lease-expiration-duration-in-seconds: 30
  39. lease-renewal-interval-in-seconds: 10
  40. spring:
  41. application:
  42. name: public-service
  43. http:
  44. encoding:
  45. charset: UTF-8
  46. enabled: true
  47. force: true
  48. datasource:
  49. driver-class-name: com.mysql.jdbc.Driver
  50. url: jdbc:mysql://test.eqbidding.com:3306/krock-service-pubservices?serverTimezone=Asia/Shanghai&useSSL=false
  51. username: fxd
  52. password: 123456
  53. type: com.alibaba.druid.pool.DruidDataSource
  54. servlet:
  55. multipart:
  56. enabled: true
  57. max-file-size: 200MB
  58. max-request-size: 200MB
  59. # devtools:
  60. # restart:
  61. # trigger-file: trigger.txt
  62. ribbon:
  63. ReadTimeout: 60000
  64. ConnectTimeout: 60000