| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- spring:
- messages:
- cache-duration: -1
- basename: classpath:i18n/messages/message
- encoding: UTF-8
- thymeleaf:
- check-template-location: true
- prefix: /WEB-INF/views/
- suffix: .html
- servlet:
- multipart:
- max-file-size: 10MB
- max-request-size: 10MB
- # session.store-type: redis
- data:
- redis:
- repositories:
- enabled: true
- #server:
- # servlet:
- # session:
- # cookie:
- # name: WSESSIONID
- # secure: true
- # error.whitelabel.enabled: false
- # 본인인증
- certify:
- nice:
- id: G2860
- pwd: A2G93CK87ZP8
- callback: /customer/nice/certify/callback
- ipin:
- id: A621
- pwd: 73350165
- callback: /customer/nice/certify/callback
- # 네이버 API
- naver:
- clientId: x5FGDO3Q9kNZVG9SnDY6
- clientSecret: tRRng56dgN
- login.callbackUrl: /signin/snsLoginCallback?snsType=NV
- shortUrl: https://openapi.naver.com/v1/util/shorturl
- tokenUrl: https://nid.naver.com/oauth2.0/token
- userInfoUrl : https://openapi.naver.com/v1/nid/me
- authorizeUrl : https://nid.naver.com/oauth2.0/authorize
- #카카오 API
- kakao:
- # appId: 442702
- # appName: 아이스타일24
- # companyName: 예스이십사
- # nativeAppKey: 5d97db2ee36fa0e121d962b2531ae0c1
- # restApiKey: 46d601394bd887cbada3cf00fdddef54
- # javascriptKey: b3c9ee69171042c3637e8d714a4c8a75
- # adminKey: 7cc33b2ef96d785c4caf3376f9dc9254
- cid : TC0ONETIME
- appId : 399207
- appName : 구축용 테스트앱
- companyName : 예스이십사
- nativeAppKey : f961e612e07b47aa2d1884714518a194
- restApiKey: b3955cef0328a09156c7e25f18552164
- javascriptKey : 06cab652ad5d25be2190388d11a88fa4
- adminKey : a25ca74dde640f3a63a8d8442fe35fcd
- addressApiRequestUrl : https://dapi.kakao.com/v2/local/search/address.json?page=1&query=
- login.callbackUrl: /signin/snsLoginCallback?snsType=KK
- tokenUrl: https://kauth.kakao.com/oauth/token
- userInfoUrl: https://kapi.kakao.com/v2/user/me
- authorizeUrl: https://kauth.kakao.com/oauth/authorize
- unlinkUrl : https://kapi.kakao.com/v1/user/unlink
- paymentReadyUrl : https://kapi.kakao.com/v1/payment/ready
- # SPEEDY Image Upload
- speedy:
- ftp:
- host: fileupload.cdn.cloudn.co.kr
- port: 21
- username: speedy_image-wivismall
- pwd: wZ31jS_!@
- # APP 다운로드 URL
- app.down.url:
- ios: https://apps.apple.com/kr/app/WIVISMALL/id1517275108
- aos: https://play.google.com/store/apps/details?id=com.wivis.wivismal
|