application.yml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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.whitelabel.enabled: false
  26. # 본인인증
  27. certify:
  28. nice:
  29. id: G2860
  30. pwd: A2G93CK87ZP8
  31. callback: /customer/nice/certify/callback
  32. ipin:
  33. id: A621
  34. pwd: 73350165
  35. callback: /customer/nice/certify/callback
  36. # 네이버 API
  37. naver:
  38. clientId: x5FGDO3Q9kNZVG9SnDY6
  39. clientSecret: tRRng56dgN
  40. login.callbackUrl: /signin/snsLoginCallback?snsType=NV
  41. shortUrl: https://openapi.naver.com/v1/util/shorturl
  42. tokenUrl: https://nid.naver.com/oauth2.0/token
  43. userInfoUrl : https://openapi.naver.com/v1/nid/me
  44. authorizeUrl : https://nid.naver.com/oauth2.0/authorize
  45. #카카오 API
  46. kakao:
  47. # appId: 442702
  48. # appName: 아이스타일24
  49. # companyName: 예스이십사
  50. # nativeAppKey: 5d97db2ee36fa0e121d962b2531ae0c1
  51. # restApiKey: 46d601394bd887cbada3cf00fdddef54
  52. # javascriptKey: b3c9ee69171042c3637e8d714a4c8a75
  53. # adminKey: 7cc33b2ef96d785c4caf3376f9dc9254
  54. cid : TC0ONETIME
  55. appId : 399207
  56. appName : 구축용 테스트앱
  57. companyName : 예스이십사
  58. nativeAppKey : f961e612e07b47aa2d1884714518a194
  59. restApiKey: b3955cef0328a09156c7e25f18552164
  60. javascriptKey : 06cab652ad5d25be2190388d11a88fa4
  61. adminKey : a25ca74dde640f3a63a8d8442fe35fcd
  62. addressApiRequestUrl : https://dapi.kakao.com/v2/local/search/address.json?page=1&query=
  63. login.callbackUrl: /signin/snsLoginCallback?snsType=KK
  64. tokenUrl: https://kauth.kakao.com/oauth/token
  65. userInfoUrl: https://kapi.kakao.com/v2/user/me
  66. authorizeUrl: https://kauth.kakao.com/oauth/authorize
  67. unlinkUrl : https://kapi.kakao.com/v1/user/unlink
  68. paymentReadyUrl : https://kapi.kakao.com/v1/payment/ready
  69. # SPEEDY Image Upload
  70. speedy:
  71. ftp:
  72. host: fileupload.cdn.cloudn.co.kr
  73. port: 21
  74. username: speedy_image-wivismall
  75. pwd: wZ31jS_!@
  76. # APP 다운로드 URL
  77. app.down.url:
  78. ios: https://apps.apple.com/kr/app/WIVISMALL/id1517275108
  79. aos: https://play.google.com/store/apps/details?id=com.wivis.wivismal