| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- spring:
- profiles:
- active: tsit
- 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-tsit.xml
- domain:
- admin: //tdadmin.style24.com
- style24: //tdfront.style24.com
- front: //tdfront.style24.com
- # image: //tdimage.style24.com
- image: //ts5000.ipdisk.co.kr:8999
- # cdnimage: //tdimage.style24.com
- cdnimage: //ts5000.ipdisk.co.kr:8999
- uximage: //tdadmin.style24.com
- upload:
- dext.target.path: /TSIT/servers/files/data/style24/dext
- default:
- target.path: /TSIT/servers/files/data/style24
- max.size: 10
- allow.extension: jpg|gif|jpeg|png|bmp|txt|doc|docx|ppt|pptx|xls|xlsx|hwp|pdf
- # view: //tdimage.style24.com
- view: //ts5000.ipdisk.co.kr:8999
- goods:
- target.path: /TSIT/servers/files/data/style24/Upload/ProductImage
- max.size: 10
- allow.extension: jpg|gif|jpeg|png
- view: //image.istyle24.com/Upload/ProductImage
- image:
- target.path: /TSIT/servers/files/data/style24
- max.size: 10
- allow.extension: jpg|gif|jpeg|png
- # view: //tdimage.style24.com
- view: //ts5000.ipdisk.co.kr:8999
- excel:
- target.path: /TSIT/servers/files/data/style24
- max.size: 10
- allow.extension: xls|xlsx
- # view: //tdimage.style24.com/excel
- view: //ts5000.ipdisk.co.kr:8999/excel
- sample:
- target.path: /WIDE/workspace/files/data/style24/sample
- max.size: 10
- allow.extension: txt|doc|docx|ppt|pptx|xls|xlsx|hwp|pdf
- # view: //tdimage.style24.com/sample
- view: //ts5000.ipdisk.co.kr:8999/sample
- download.path: /TSIT/servers/files/data
- # 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
- 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
- # 샵링커 API(개발계정)
- shoplinker:
- customer_id : a0024007
- shoplinker_id : istyle1
- xml:
- path: /TSIT/servers/files/data/style24/shoplinker
- view: //ts5000.ipdisk.co.kr:8999/shoplinker
- url:
- option : /Product/attribute_insert.php?iteminfo_url=
- product : /Product/attribute_prod_insert.php?iteminfo_url=
- good_noti : /Product/goods_info_reg.php?iteminfo_url=
- cert : /Product/cert_info_reg.php?iteminfo_url=
- image : /Product/product_image_register.php?iteminfo_url=
- stock : /Product/attribute_modify.php?iteminfo_url=
- order : /Order/orderlist.php?iteminfo_url=
- invoice : /Order/delivery.php?iteminfo_url=
|