| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- 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:
- scm: //tdscm.style24.com
- admin: //tdadmin.style24.com
- style24: //tdfront.style24.com
- front: //tdfront.style24.com
- image: //tdimage.style24.com
- cdnimage: //tdimage.style24.com
- uximage: //tdscm.style24.com
- upload:
- dext.target.path: /data/deploy/www/files/data/style24/dext
- default:
- target.path: /data/deploy/www/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
- goods:
- target.path: /data/deploy/www/files/data/style24/Upload/ProductImage
- max.size: 10
- allow.extension: jpg|gif|jpeg|png
- view: //image.istyle24.com/Upload/ProductImage
- image:
- target.path: /data/deploy/www/files/data/style24
- max.size: 10
- allow.extension: jpg|gif|jpeg|png
- view: //tdimage.style24.com
- excel:
- target.path: /data/deploy/www/files/data/style24
- max.size: 10
- allow.extension: xls|xlsx
- view: //tdimage.style24.com/excel
- sample:
- target.path: /data/deploy/www/files/data/style24/sample
- max.size: 10
- allow.extension: txt|doc|docx|ppt|pptx|xls|xlsx|hwp|pdf
- view: //tdimage.style24.com/sample
- download.path: /data/deploy/www/files/data
- # PG
- pg:
- kcp:
- log.dir: /data/deploy/www/style/scm/logs
- 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
- shop.id: istyle24
- button.key: 3A1578F9-6824-4FCF-AC8D-262318C63227
- button.pc.js.url: https://test-pay.naver.com/customer/js/naverPayButton.js
- button.mobile.js.url: https://test-pay.naver.com/customer/js/mobile/naverPayButton.js
- common.certification.key: s_3799db3bf4af
- certification.key: E3122594-C690-4542-B3A0-E74ABD4E8222
- order.api.url: https://test-api.pay.naver.com/o/customer/api/order/v20/register
- order.pc.url: https://test-order.pay.naver.com/customer/buy/
- order.mobile.url: https://test-m.pay.naver.com/o/customer/buy/
- access.license: 01000100005b15bb8faab722d100d589f34bd64843659e37a168b3617443c4f52a3fda45b8
- secret.key: AQABAADtZ/jOC1Y3LNsyI0TWwCMvPfrg0sqM9pnxliSegbjSqQ==
- port.address: http://sandbox.api.naver.com/Checkout/MallService5
- service.name: MallService5
- version: 5.0
|