application.yml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. spring:
  2. messages:
  3. cache-duration: -1
  4. basename: classpath:i18n/messages/message
  5. encoding: UTF-8
  6. thymeleaf:
  7. check-template-location: true
  8. prefix: /WEB-INF/views/
  9. suffix: .html
  10. servlet:
  11. multipart:
  12. max-file-size: 10MB
  13. max-request-size: 10MB
  14. # session.store-type: redis
  15. data:
  16. redis:
  17. repositories:
  18. enabled: true
  19. server:
  20. # servlet:
  21. # session:
  22. # cookie:
  23. # name: WSESSIONID
  24. # secure: true
  25. error.path: '/error' # 오류 응답을 처리할 Handler의 경로
  26. error.whitelabel.enabled: false
  27. # 본인인증
  28. certify:
  29. nice:
  30. id: G2860
  31. pwd: A2G93CK87ZP8
  32. callback: /customer/nice/certify/callback
  33. ipin:
  34. id: A621
  35. pwd: 73350165
  36. callback: /customer/nice/certify/callback
  37. # 네이버 API
  38. naver:
  39. clientId: x5FGDO3Q9kNZVG9SnDY6
  40. clientSecret: tRRng56dgN
  41. login.callbackUrl: /signin/snsLoginCallback?snsType=NV
  42. shortUrl: https://openapi.naver.com/v1/util/shorturl
  43. tokenUrl: https://nid.naver.com/oauth2.0/token
  44. userInfoUrl : https://openapi.naver.com/v1/nid/me
  45. authorizeUrl : https://nid.naver.com/oauth2.0/authorize
  46. pay:
  47. partnerId: np_ktptw906068
  48. clientId: 8TSWSyJMMUvOLKUySQx6
  49. clientSecret: oGXnO7cMD1
  50. paymentReadyUrl: /naverpay/payments/v2/reserve
  51. approvePaymentUrl: /naverpay/payments/v2/apply/payment
  52. paymentOrderUrl: /naverpay/payments/v2/list/history
  53. cancelPaymentUrl: /naverpay/payments/v1/cancel
  54. # 네이버페이 API
  55. naverPay:
  56. partnerId: np_ktptw906068
  57. clientId: 8TSWSyJMMUvOLKUySQx6
  58. clientSecret: oGXnO7cMD1
  59. paymentReadyUrl: /naverpay/payments/v2/reserve
  60. paymentRedirectUrl: /order/naver/payment/request
  61. approvePaymentUrl: /naverpay/payments/v2/apply/payment
  62. paymentOrderUrl: /naverpay/payments/v2/list/history
  63. cancelPaymentUrl: /naverpay/payments/v1/cancel
  64. #카카오 API
  65. kakao:
  66. # 카카오페이 운영정보
  67. # cid : 운영cid정보 없음
  68. # appId: 442702
  69. # appName: 아이스타일24
  70. # companyName: 예스이십사
  71. # nativeAppKey: 5d97db2ee36fa0e121d962b2531ae0c1
  72. # restApiKey: 46d601394bd887cbada3cf00fdddef54
  73. # javascriptKey: b3c9ee69171042c3637e8d714a4c8a75
  74. # adminKey: 7cc33b2ef96d785c4caf3376f9dc9254
  75. # 카카오페이 운영정보
  76. cid : TC0ONETIME
  77. appId : 399207
  78. appName : 구축용 테스트앱
  79. companyName : 예스이십사
  80. nativeAppKey : f961e612e07b47aa2d1884714518a194
  81. restApiKey: b3955cef0328a09156c7e25f18552164
  82. javascriptKey : 06cab652ad5d25be2190388d11a88fa4
  83. adminKey : a25ca74dde640f3a63a8d8442fe35fcd
  84. addressApiRequestUrl : https://dapi.kakao.com/v2/local/search/address.json?page=1&query=
  85. login.callbackUrl: /signin/snsLoginCallback?snsType=KK
  86. tokenUrl: https://kauth.kakao.com/oauth/token
  87. userInfoUrl: https://kapi.kakao.com/v2/user/me
  88. authorizeUrl: https://kauth.kakao.com/oauth/authorize
  89. unlinkUrl : https://kapi.kakao.com/v1/user/unlink
  90. paymentReadyUrl : https://kapi.kakao.com/v1/payment/ready
  91. paymentRedirectUrl : /order/kakao/payment/request
  92. approvePaymentUrl : https://kapi.kakao.com/v1/payment/approve
  93. paymentOrderUrl : https://kapi.kakao.com/v1/payment/order
  94. cancelPaymentUrl : https://kapi.kakao.com/v1/payment/cancel
  95. #YES24 API
  96. yes24 :
  97. id : 101582
  98. type : ISTYLE
  99. login.requestUrl: https://www.yes24.com/Templates/FTLoginPartner.aspx
  100. login.callbackUrl: /signin/yes24LoginCallback
  101. userInfoUrl : https://wsyes24.yes24.com/Yes_Mem.asmx/Yes_Mem_Search_By_CI
  102. linkUrl : https://wsyes24.yes24.com/Yes_Mem.asmx/Yes_Partner_Insert
  103. unlinkUrl : https://wsyes24.yes24.com/Yes_Mem.asmx/Yes_Partner_Remove
  104. google :
  105. # 개발정보
  106. sitekey : 6LcY_JUaAAAAAIy1nHPE_lTkpIa51ihEd-waJCeO
  107. secretKey : 6LcY_JUaAAAAAFux56mVih0a5NUwP3ARq0HUHR9p
  108. # 개발정보
  109. recaptchaVerifyUrl : https://www.google.com/recaptcha/api/siteverify
  110. # SPEEDY Image Upload
  111. speedy:
  112. ftp:
  113. host: fileupload.cdn.cloudn.co.kr
  114. port: 21
  115. username: speedy_image-wivismall
  116. pwd: wZ31jS_!@
  117. # APP 다운로드 URL
  118. app.down.url:
  119. ios: https://apps.apple.com/kr/app/WIVISMALL/id1517275108
  120. aos: https://play.google.com/store/apps/details?id=com.wivis.wivismal
  121. # ERP (한세드림)
  122. erp:
  123. api:
  124. stock.url: http://erp.hansaemk.com:96/api/hsdr/Shop/GoodsInfo
  125. goods.url: http://erp.hansaemk.com:96/api/hsdr/Shop