application-locp.yml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. spring:
  2. profiles:
  3. active: locp
  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-locp.xml
  17. # SSL Server
  18. has-ssl: true
  19. domain:
  20. front: //lpfront.style24.com
  21. image: //image.istyle24.com/Upload
  22. uximage: //lpscm.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: //image.istyle24.com/Upload
  30. goods:
  31. target.path: /WIDE/workspace/files/data/style24/Upload/ProductImage
  32. max.size: 10
  33. allow.extension: jpg|gif|jpeg|png
  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: //image.istyle24.com/Upload
  40. excel:
  41. target.path: /WIDE/workspace/files/data/style24
  42. max.size: 10
  43. allow.extension: xls|xlsx
  44. view: //image.istyle24.com/Upload/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: //image.istyle24.com/Upload/sample
  50. download.path: /WIDE/workspace/files/data/style24
  51. # PG
  52. pg:
  53. kcp:
  54. log.dir: /WIDE/workspace/files/data/style24/logs/front
  55. gw:
  56. url: paygw.kcp.co.kr
  57. port: 8090
  58. user.type: PGNW
  59. js.url: https://pay.kcp.co.kr/plugin/payplus_web.jsp
  60. server: true
  61. site:
  62. cd: U3476
  63. key: 4aVa--.Xz8Fc78nwYPsrmmY__
  64. name: ISTYLE
  65. log.level: 3
  66. module.type: 01
  67. tx.mode: 0
  68. receipt.url : https://admin8.kcp.co.kr/assist/bill.BillActionNew.do
  69. # 네이버페이 API
  70. naverPay:
  71. apiUrl: https://apis.naver.com/
  72. payUrl:
  73. web : pay.naver.com
  74. mob : m.pay.naver.com
  75. shop.id: istyle2424
  76. button.key: 5DF64042-EF37-45F1-878E-67C7098135E6
  77. button.pc.js.url: https://pay.naver.com/customer/js/naverPayButton.js
  78. button.mobile.js.url: https://pay.naver.com/customer/js/mobile/naverPayButton.js
  79. common.certification.key: s_3799db3bf4af
  80. certification.key: 2BC5E173-2840-4B48-BC7D-FF770005DD76
  81. order.api.url: https://api.pay.naver.com/o/customer/api/order/v20/register
  82. order.pc.url: https://order.pay.naver.com/customer/buy/
  83. order.mobile.url: https://m.pay.naver.com/o/customer/buy/
  84. access.license:
  85. secret.key:
  86. port.address: http://ec.api.naver.com/Checkout/MallService5
  87. service.name: MallService5
  88. version: 5.0
  89. #카카오 API
  90. kakao:
  91. # 카카오페이 운영정보
  92. cid : CT22482324
  93. appId: 442702
  94. appName: 아이스타일24
  95. companyName: 예스이십사
  96. nativeAppKey: 5d97db2ee36fa0e121d962b2531ae0c1
  97. restApiKey: 46d601394bd887cbada3cf00fdddef54
  98. javascriptKey: b3c9ee69171042c3637e8d714a4c8a75
  99. adminKey: 7cc33b2ef96d785c4caf3376f9dc9254
  100. addressApiRequestUrl : https://dapi.kakao.com/v2/local/search/address.json?page=1&query=
  101. login.callbackUrl: /signin/snsLoginCallback?snsType=KK
  102. tokenUrl: https://kauth.kakao.com/oauth/token
  103. userInfoUrl: https://kapi.kakao.com/v2/user/me
  104. authorizeUrl: https://kauth.kakao.com/oauth/authorize
  105. unlinkUrl : https://kapi.kakao.com/v1/user/unlink
  106. paymentReadyUrl : https://kapi.kakao.com/v1/payment/ready
  107. paymentRedirectUrl : /order/kakao/payment/request
  108. approvePaymentUrl : https://kapi.kakao.com/v1/payment/approve
  109. paymentOrderUrl : https://kapi.kakao.com/v1/payment/order
  110. cancelPaymentUrl : https://kapi.kakao.com/v1/payment/cancel