| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- spring:
- profiles:
- active: locd
- 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-locd.xml
- domain:
- admin: https://ldadmin.style24.com
- upload:
- goods:
- target.path: /WIDE/workspace/files/data/style24
- max.size: 10
- allow.extension: jpg|gif|jpeg|png
- view: //image.wivismall.com/speedy_image-wivismall/goods
- # USAFE 보증보험 정보
- usafe.guarantee:
- mall.id: TEST00
- send.url: http://gateway.usafe.co.kr/esafe/guartrn.asp
- # 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
- # ERP (한세드림)
- erp:
- api:
- stock.url: http://erp.hansaemk.com:96/api/hsdr/Shop/GoodsInfo
- goods.url: http://erp.hansaemk.com:96/api/hsdr/Shop
- # 스윗트래커
- sweet:
- api:
- tier: istyle24
- key: 0C48PI6KnOVVKGHWXyggMA
- url: http://trace-api-dev.sweettracker.net:8102/add_invoice # 개발
- # url: http://trace-api.sweettracker.net/add_invoice # 운영
- domain:
- front: http://ts5000.ipdisk.co.kr
|