application-locd.yml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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. # SSL Server
  18. has-ssl: false
  19. domain:
  20. front: //ldfront.style24.com
  21. image: //ldimage.style24.com
  22. uximage: //ldfront.style24.com
  23. upload:
  24. dext.target.path: /WIDE/workspace/files/data/style24/dext
  25. default:
  26. target.path: /WIDE/workspace/files/data/style24
  27. max.size: 10
  28. allow.extension: jpg|gif|jpeg|png|bmp|txt|doc|docx|ppt|pptx|xls|xlsx|hwp|pdf
  29. view: //ldimage.style24.com
  30. goods:
  31. target.path: /WIDE/workspace/files/data/style24/Upload/ProductImage
  32. max.size: 10
  33. allow.extension: jpg|gif|jpeg
  34. view: //image.istyle24.com/Upload/ProductImage
  35. image:
  36. target.path: /WIDE/workspace/files/data/style24
  37. max.size: 10
  38. allow.extension: jpg|gif|jpeg|png
  39. view: //ldimage.style24.com
  40. excel:
  41. target.path: /WIDE/workspace/files/data/style24/excel
  42. max.size: 10
  43. allow.extension: xls|xlsx
  44. view: //ldimage.style24.com/excel
  45. sample:
  46. target.path: /WIDE/workspace/files/data/style24/sample
  47. max.size: 10
  48. allow.extension: txt|doc|docx|ppt|pptx|xls|xlsx|hwp|pdf
  49. view: //ldimage.style24.com/sample
  50. download.path: /WIDE/workspace/files/data
  51. # USAFE 보증보험 정보
  52. usafe.guarantee:
  53. mall.id: TEST00
  54. send.url: http://gateway.usafe.co.kr/esafe/guartrn.asp
  55. # PG
  56. pg:
  57. kcp:
  58. log.dir: /WIDE/workspace/files/data/style24/logs/front
  59. gw:
  60. url: testpaygw.kcp.co.kr
  61. port: 8090
  62. js.url: https://testpay.kcp.co.kr/plugin/payplus_web.jsp
  63. server: false
  64. site:
  65. cd: U3476
  66. key:
  67. name: ISTYLE TEST
  68. log.level: 3
  69. module.type: 01
  70. tx.mode: 0
  71. receipt.url : https://testadmin8.kcp.co.kr/assist/bill.BillActionNew.do
  72. # 네이버페이 API
  73. naverPay:
  74. apiUrl: https://dev.apis.naver.com/
  75. payUrl:
  76. web : test-pay.naver.com
  77. mob : test-m.pay.naver.com
  78. shop.id : istyle2424
  79. button.key : 5DF64042-EF37-45F1-878E-67C7098135E6
  80. common.certification.key : s_3799db3bf4af-
  81. certification.key: 2BC5E173-2840-4B48-BC7D-FF770005DD76
  82. order.api.url: https://test-api.pay.naver.com/o/customer/api/order/v20/register
  83. order.url: https://test-order.pay.naver.com/customer/buy
  84. # ERP (한세드림)
  85. erp:
  86. api:
  87. stock.url: http://erp.hansaemk.com:96/api/hsdr/Shop/GoodsInfo
  88. goods.url: http://erp.hansaemk.com:96/api/hsdr/Shop
  89. # 검색엔진(NHN다이퀘스트)
  90. search:
  91. engine:
  92. diquest.ip: 133.186.171.33
  93. diquest.port: 44555