| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- spring:
- profiles:
- active: run
- cache:
- type: redis
- redis:
- lettuce:
- pool:
- max-active: 10
- max-idle: 10
- min-idle: 2
- host: 172.30.90.111
- port: 6379
- password:
- cluster:
- nodes:
- 172.30.90.111:6379
- 172.30.90.112:6379
- 172.30.90.113:6379
- 172.30.90.111:6380
- 172.30.90.112:6380
- 172.30.90.113:6380
- 172.30.90.111:6381
- 172.30.90.112:6381
- 172.30.90.113:6381
- logging.config: classpath:log/logback-run.xml
- domain:
- admin: //bos.style24.com
- front: //www.style24.com
- image: //image.style24.com
- uximage: //www.style24.com/
- # SSL Server
- has-ssl: true
- upload:
- default:
- target.path: /files/data/style24
- max.size: 10
- allow.extension: jpg|gif|jpeg|png|bmp|txt|doc|docx|ppt|pptx|xls|xlsx|hwp|pdf
- view: //image.istyle24.com
- goods:
- target.path: /files/data/style24/Upload/ProductImage
- max.size: 10
- allow.extension: jpg|gif|jpeg|png
- view: //image.istyle24.com/Upload/ProductImage
- image:
- target.path: /files/data/style24
- max.size: 10
- allow.extension: jpg|gif|jpeg|png
- view: //image.istyle24.com
- download.path: /files/data
- # SMTP
- 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://www.style24.com
- image.url: http://www.style24.com/image/mailing
- template.path: /app/was/deploy/wivismall.front/WEB-INF/mail
- # USAFE 보증보험 정보
- usafe.guarantee:
- mall.id: istyle2400
- send.url: https://gateway.usafe.co.kr/esafe/guartrn.asp
- # PG
- pg:
- kcp:
- log.dir: /logs/style24/kcpLogs/front
- gw:
- url: paygw.kcp.co.kr
- port: 8090
- user.type: PGNW
- js.url: https://pay.kcp.co.kr/plugin/payplus_web.jsp
- server: true
- site:
- cd: U3476
- key: 4aVa--.Xz8Fc78nwYPsrmmY__
- name: ISTYLE
- log.level: 3
- module.type: 01
- tx.mode: 0
- receipt.url : https://admin8.kcp.co.kr/assist/bill.BillActionNew.do
- # 네이버페이 API
- naverPay:
- apiUrl: https://apis.naver.com/
- payUrl:
- web : pay.naver.com
- mob : m.pay.naver.com
|