| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- 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
- # SSL Server
- has-ssl: false
- domain:
- front: //ldfront.style24.com
- image: //ldimage.style24.com
- uximage: //ldfront.style24.com
- upload:
- dext.target.path: /WIDE/workspace/files/data/style24/dext
- default:
- target.path: /WIDE/workspace/files/data/style24
- max.size: 10
- allow.extension: jpg|gif|jpeg|png|bmp|txt|doc|docx|ppt|pptx|xls|xlsx|hwp|pdf
- view: //ldimage.style24.com
- goods:
- target.path: /WIDE/workspace/files/data/style24/Upload/ProductImage
- max.size: 10
- allow.extension: jpg|gif|jpeg
- view: //image.istyle24.com/Upload/ProductImage
- image:
- target.path: /WIDE/workspace/files/data/style24
- max.size: 10
- allow.extension: jpg|gif|jpeg|png
- view: //ldimage.style24.com
- excel:
- target.path: /WIDE/workspace/files/data/style24/excel
- max.size: 10
- allow.extension: xls|xlsx
- view: //ldimage.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: //ldimage.style24.com/sample
- download.path: /WIDE/workspace/files/data
- # PG
- pg:
- kcp:
- # log.dir: D:\\WIDE\\workspace\\files\\data\\style24\\logs\\front
- 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: T0000
- key: 3grptw1.zW0GSo4PQdaGvsF__
- 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
|