| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- spring:
- profiles:
- active: locd
- cache:
- type: redis
- redis:
- lettuce:
- pool:
- max-active: 10
- max-idle: 10
- min-idle: 2
- host: localhost
- port: 6379
- password:
- logging:
- config: classpath:log/logback-locd.xml
- # SSL Server
- has-ssl: false
- domain:
- wivis: //ldfront.style24.com
- image: //ldimage.style24.com
- uximage: //ldfront.style24.com
- upload:
- default:
- target.path: /WIDE/workspace/files/data
- max.size: 10
- allow.extension: jpg|gif|jpeg|png|bmp|txt|doc|docx|ppt|pptx|xls|xlsx|hwp|pdf
- view: //ldimage.style24.com
- goods:
- target.path: /WIDE/workspace/files/data/goods
- max.size: 10
- allow.extension: jpg|gif|jpeg|png
- view: //image.style24.com/speedy_image-wivismall/goods
- image:
- target.path: /WIDE/workspace/files/data
- max.size: 10
- allow.extension: jpg|gif|jpeg|png
- view: //ldimage.style24.com
- excel:
- target.path: /WIDE/workspace/files/data/excel
- max.size: 10
- allow.extension: xls|xlsx
- view: //ldimage.style24.com/excel
- download.path: /WIDE/workspace/files/data
- # SMTP(naver의 본인 username과 password, from(메일주소) 입려 후 테스트 하면 됨)
- mail:
- host: mail.wivis.com
- # port: 465
- username: admin@wivis.com
- password: dnlqltm1!
- protocol: smtp
- # tls: true
- auth: true
- from: admin@wivis.com
- wivis.url: https://ldfront.style24.com
- image.url: http://ldfront.style24.com/image/mailing
- template.path: /WIDE/workspace/webapps/wivis/wivismall.front/src/main/webapp/WEB-INF/mail
- # PG
- pg:
- nicepay:
- merchantId: nictest00m
- merchantKey: 33F49GnCMS1mFYlGXisbUDzVf2ATWCl9k3R++d5hDd3Frmuos/XLx8XhXpe+LDYAbpGKZYSwtlyyLOtS/8aD7A==
- log.path: /WIDE/workspace/logs/wivis
- account.cert.url: https://webapi.nicepay.co.kr/api/checkBankAccountAPI.jsp
- vbank.refund.url: https://webapi.nicepay.co.kr/v2/api/merchant/vbank_refund.jsp
|