| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- spring:
- profiles:
- active: tsit
- cache.type: redis
- redis:
- lettuce:
- pool:
- max-active: 10
- max-idle: 10
- min-idle: 2
- host: localhost
- port: 6379
- password:
- # SSL Server
- has-ssl: false
- logging:
- config: classpath:log/logback-tsit.xml
- domain:
- admin: //tdadmin.style24.com
- # front: //tdfront.style24.com
- front: //ts5000.ipdisk.co.kr
- image: //tdimage.style24.com
- # uximage: //tdimage.style24.com
- uximage: //ts5000.ipdisk.co.kr
- upload:
- 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
- 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
- excel:
- target.path: /TSIT/servers/files/data/style24/excel
- max.size: 10
- allow.extension: xls|xlsx
- view: //tdimage.style24.com/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
- download.path: /TSIT/servers/files/data
- # USAFE 보증보험 정보
- usafe.guarantee:
- mall.id: TEST00
- send.url: http://gateway.usafe.co.kr/esafe/guartrn.asp
- # PG
- pg:
- kcp:
- log.dir: D:/TSIT/servers/bin/apache-tomcat/startup/style24/style24.front/kcpLogs/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: KCP TEST SHOP
- log.level: 3
- module.type: 01
- tx.mode: 0
- # 네이버페이 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
- common.certification.key : E3122594-C690-4542-B3A0-E74ABD4E8222
- certification.key: E3122594-C690-4542-B3A0-E74ABD4E8222
- order.api.url: https://test-api.pay.naver.com/o/customer/api/order/v20/register
- order.url: https://test-order.pay.naver.com/customer/buy
|