| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- 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: istyle2424
- button.key: 5DF64042-EF37-45F1-878E-67C7098135E6
- common.certification.key: s_3799db3bf4af-
- certification.key: 2BC5E173-2840-4B48-BC7D-FF770005DD76
- order.api.url: https://test-api.pay.naver.com/o/customer/api/order/v20/register
|