application-style.yml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. spring:
  2. profiles:
  3. active: style
  4. cache.type: redis
  5. redis:
  6. lettuce:
  7. pool:
  8. max-active: 10
  9. max-idle: 10
  10. min-idle: 2
  11. # host: 172.30.87.5
  12. # port: 6379
  13. # password: MdxpyGtipZSci6VhTpFdklXxb4Qv7zxEq3Jqg3ULekg=
  14. host: 172.30.90.111
  15. port: 6379
  16. password:
  17. cluster:
  18. nodes:
  19. 172.30.90.111:6379
  20. 172.30.90.112:6379
  21. 172.30.90.113:6379
  22. 172.30.90.111:6380
  23. 172.30.90.112:6380
  24. 172.30.90.113:6380
  25. 172.30.90.111:6381
  26. 172.30.90.112:6381
  27. 172.30.90.113:6381
  28. # SSL Server
  29. has-ssl: true
  30. logging:
  31. config: classpath:log/logback-run.xml
  32. domain:
  33. admin: //bos.style24.com
  34. front: //www.style24.com
  35. image: //image.istyle24.com/Upload
  36. uximage: //www.style24.com
  37. upload:
  38. default:
  39. target.path: /files/data/style24
  40. max.size: 10
  41. allow.extension: jpg|gif|jpeg|png|bmp|txt|doc|docx|ppt|pptx|xls|xlsx|hwp|pdf
  42. view: //image.istyle24.com/Upload
  43. goods:
  44. target.path: /files/data/style24/ProductImage
  45. max.size: 10
  46. allow.extension: jpg|gif|jpeg|png
  47. view: //image.istyle24.com/Upload/ProductImage
  48. image:
  49. target.path: /files/data/style24
  50. max.size: 10
  51. allow.extension: jpg|gif|jpeg|png
  52. view: //image.istyle24.com/Upload
  53. excel:
  54. target.path: /files/data/style24/excel
  55. max.size: 10
  56. allow.extension: xls|xlsx
  57. view: //image.istyle24.com/Upload/excel
  58. sample:
  59. target.path: /files/data/style24/sample
  60. max.size: 10
  61. allow.extension: txt|doc|docx|ppt|pptx|xls|xlsx|hwp|pdf
  62. view: //image.istyle24.com/Upload/sample
  63. download.path: /files/data/style24
  64. # USAFE 보증보험 정보
  65. usafe.guarantee:
  66. mall.id: TEST00
  67. send.url: http://gateway.usafe.co.kr/esafe/guartrn.asp
  68. # PG
  69. pg:
  70. kcp:
  71. log.dir: /logs/style24/kcpLogs/front
  72. gw:
  73. url: testpaygw.kcp.co.kr
  74. port: 8090
  75. js.url: https://testpay.kcp.co.kr/plugin/payplus_web.jsp
  76. server: false
  77. site:
  78. cd: U3476
  79. key:
  80. name: KCP TEST SHOP
  81. log.level: 3
  82. module.type: 01
  83. tx.mode: 0
  84. receipt.url : https://testadmin8.kcp.co.kr/assist/bill.BillActionNew.do
  85. # 네이버페이 API
  86. naverPay:
  87. apiUrl: https://dev.apis.naver.com/
  88. payUrl:
  89. web : test-pay.naver.com
  90. mob : test-m.pay.naver.com
  91. shop.id: istyle24
  92. button.key: 3A1578F9-6824-4FCF-AC8D-262318C63227
  93. button.pc.js.url: https://test-pay.naver.com/customer/js/naverPayButton.js
  94. button.mobile.js.url: https://test-pay.naver.com/customer/js/mobile/naverPayButton.js
  95. common.certification.key: s_3799db3bf4af-
  96. certification.key: E3122594-C690-4542-B3A0-E74ABD4E8222
  97. order.api.url: https://test-api.pay.naver.com/o/customer/api/order/v20/register
  98. order.pc.url: https://test-order.pay.naver.com/customer/buy/
  99. order.mobile.url: https://test-m.pay.naver.com/o/customer/buy/
  100. access.license: 01000100005b15bb8faab722d100d589f34bd64843659e37a168b3617443c4f52a3fda45b8
  101. secret.key: AQABAADtZ/jOC1Y3LNsyI0TWwCMvPfrg0sqM9pnxliSegbjSqQ==
  102. port.address: http://sandbox.api.naver.com/Checkout/MallService5
  103. service.name: MallService5
  104. version: 5.0
  105. # 검색엔진(NHN다이퀘스트)
  106. search:
  107. engine:
  108. diquest.ip: 172.30.89.120
  109. diquest.port: 5555