application-locd.yml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. spring:
  2. profiles:
  3. active: locd
  4. cache:
  5. type: redis
  6. redis:
  7. lettuce:
  8. pool:
  9. max-active: 10
  10. max-idle: 10
  11. min-idle: 2
  12. host: localhost
  13. port: 6379
  14. password:
  15. logging:
  16. config: classpath:log/logback-locd.xml
  17. upload:
  18. goods:
  19. target.path: /WIDE/workspace/files/data/style24
  20. max.size: 10
  21. allow.extension: jpg|gif|jpeg|png
  22. view: //image.wivismall.com/speedy_image-wivismall/goods
  23. # PG
  24. pg:
  25. kcp:
  26. cancel.url: http://locd.admin.wivismall.com/pg/nice/cancel
  27. escrow.url: http://locd.admin.wivismall.com/pg/nice/escrow
  28. merchantId: nictest00m
  29. merchantKey: 33F49GnCMS1mFYlGXisbUDzVf2ATWCl9k3R++d5hDd3Frmuos/XLx8XhXpe+LDYAbpGKZYSwtlyyLOtS/8aD7A==
  30. log.path: /WIDE/workspace/logs/wivis
  31. account.cert.url: https://webapi.nicepay.co.kr/api/checkBankAccountAPI.jsp
  32. # Schedule
  33. cron:
  34. #모니터링
  35. monitoring:
  36. dayJob: 2 22 2 29 2 ?
  37. hourJob: 2 22 2 29 2 ?
  38. #상품
  39. goods:
  40. titlename.reserve: 2 22 2 29 2 ?
  41. price.reserve: 2 22 2 29 2 ?
  42. search.keyword: 2 22 2 29 2 ?
  43. benefit.price: 2 22 2 29 2 ?
  44. relate.score: 2 22 2 29 2 ?
  45. summary: 2 22 2 29 2 ?
  46. infants.safe: 2 22 2 29 2 ?
  47. #통계
  48. statistics:
  49. inflow: 2 22 2 29 2 ?
  50. inflow.yesterday: 2 22 2 29 2 ?