| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- spring:
- profiles:
- active: dev
- cache:
- type: redis
- redis:
- lettuce:
- pool:
- max-active: 10
- max-idle: 10
- min-idle: 2
- host: 116.121.60.104
- port: 6379
- password:
- logging.config: classpath:log/logback-dev.xml
- domain:
- wivis: //116.121.60.104
- image: //116.121.60.104:90
- uximage: //116.121.60.104
- # SSL Server
- has-ssl: false
- upload:
- default:
- target.path: /home/app/www/data
- max.size: 10
- allow.extension: jpg|gif|jpeg|png|bmp|txt|doc|docx|ppt|pptx|xls|xlsx|hwp|pdf
- view: //116.121.60.104:90
- goods:
- target.path: /home/app/www/data/goods
- max.size: 10
- allow.extension: jpg|gif|jpeg|png
- view: //image.style24.com/speedy_image-wivismall/goods
- image:
- target.path: /home/app/www/data
- max.size: 10
- allow.extension: jpg|gif|jpeg|png
- view: //116.121.60.104:90
- excel:
- target.path: /home/app/www/data/excel
- max.size: 10
- allow.extension: xls|xlsx
- view: //116.121.60.104:90/excel
- download.path: /home/app/www/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: http://116.121.60.104
- image.url: http://116.121.60.104/image/mailing
- template.path: /home/app/www/front/WEB-INF/mail
- # PG
- pg:
- kcp:
- log.dir: /WIDE/workspace/files/data/style24/logs/front
- gw:
- url: testpaygw.kcp.co.kr
- port: 8090
- js.url: https://testpay.kcp.co.kr/plugin/payplus_web.jsp
- app.url: style24://order/pay/result/response?AppUrl=Kftc-bankpay
- server: false
- site:
- cd: U3476
- key:
- name: ISTYLE TEST
- log.level: 3
- module.type: 01
- tx.mode: 0
- receipt.url : https://testadmin8.kcp.co.kr/assist/bill.BillActionNew.do
- # 네이버페이 API
- naverPay:
- apiUrl: https://dev.apis.naver.com/
- payUrl:
- web : test-pay.naver.com
- mob : test-m.pay.naver.com
|