application.yml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. # 네이버 API
  27. naver:
  28. clientId: OMmbCMu7ac7GgYWgjlhv
  29. clientSecret: jwRNdDbEBG
  30. login.callbackUrl: /signin/snsLoginCallback?snsType=NV
  31. shortUrl: https://openapi.naver.com/v1/util/shorturl
  32. tokenUrl: https://nid.naver.com/oauth2.0/token
  33. userInfoUrl : https://openapi.naver.com/v1/nid/me
  34. authorizeUrl : https://nid.naver.com/oauth2.0/authorize
  35. # SPEEDY Image Upload
  36. speedy:
  37. ftp:
  38. host: fileupload.cdn.cloudn.co.kr
  39. port: 21
  40. username: speedy_image-wivismall
  41. pwd: wZ31jS_!@
  42. #카카오 API
  43. kakao:
  44. appId : 399207
  45. appName : WIVISMALL
  46. companyName : 위비스
  47. restApiKey: 8f8db3657b60b2c83df79a37d38becd4
  48. nativeAppKey : a4790e2102950309d87ad81a39c0597d
  49. javascriptKey : f435c12d89ddb9cc6337f4cf0a05fd30
  50. adminKey : 567e9476b15d2149c714aaecd0fee740
  51. addressApiRequestUrl : https://dapi.kakao.com/v2/local/search/address.json?page=1&query=
  52. login.callbackUrl: /signin/snsLoginCallback?snsType=KK
  53. tokenUrl: https://kauth.kakao.com/oauth/token
  54. userInfoUrl: https://kapi.kakao.com/v2/user/me
  55. authorizeUrl: https://kauth.kakao.com/oauth/authorize
  56. unlinkUrl : https://kapi.kakao.com/v1/user/unlink
  57. # APP 다운로드 URL
  58. app.down.url:
  59. ios: https://apps.apple.com/kr/app/WIVISMALL/id1517275108
  60. aos: https://play.google.com/store/apps/details?id=com.wivis.wivismal