| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- spring:
- profiles:
- active: style
- cache.type: redis
- redis:
- lettuce:
- pool:
- max-active: 10
- max-idle: 10
- min-idle: 2
- # host: 172.30.87.5
- # port: 6379
- # password: MdxpyGtipZSci6VhTpFdklXxb4Qv7zxEq3Jqg3ULekg=
- host: 172.30.90.111
- port: 6379
- password:
- cluster:
- nodes:
- 172.30.90.111:6379
- 172.30.90.112:6379
- 172.30.90.113:6379
- 172.30.90.111:6380
- 172.30.90.112:6380
- 172.30.90.113:6380
- 172.30.90.111:6381
- 172.30.90.112:6381
- 172.30.90.113:6381
- logging:
- config: classpath:log/logback-run.xml
- domain:
- admin: //bos.style24.com
- front: //www.style24.com
- batch: //batch.style24.com
- image: //image.istyle24.com/Upload
- uximage: //bos.style24.com
- scm: //scm.style24.com
- upload:
- dext.target.path: /files/data/style24/dext
- default:
- target.path: /files/data/style24
- max.size: 10
- allow.extension: jpg|gif|jpeg|png|bmp|ico|txt|doc|docx|ppt|pptx|xls|xlsx|hwp|pdf
- view: //image.istyle24.com/Upload
- goods:
- target.path: /files/data/style24/ProductImage
- max.size: 10
- allow.extension: jpg|gif|jpeg|png
- view: //image.istyle24.com/Upload/ProductImage
- image:
- target.path: /files/data/style24
- max.size: 10
- allow.extension: jpg|gif|jpeg|png
- view: //image.istyle24.com/Upload
- excel:
- target.path: /files/data/style24/excel
- max.size: 10
- allow.extension: xls|xlsx
- view: //image.istyle24.com/Upload/excel
- sample:
- target.path: /files/data/style24/sample
- max.size: 10
- allow.extension: txt|doc|docx|ppt|pptx|xls|xlsx|hwp|pdf
- view: //image.istyle24.com/Upload/sample
- download.path: /files/data/style24
- # PG
- pg:
- kcp:
- log.dir: /logs/style24/kcpLogs/admin
- 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
- # 샵링커 API(개발계정)
- shoplinker:
- customer_id : a0024007
- shoplinker_id : istyle1
- xml:
- path: /files/data/shoplinker
- view: https://archive.style24.com/shoplinker
- url:
- option : /Product/attribute_insert.php?iteminfo_url=
- product : /Product/attribute_prod_insert.php?iteminfo_url=
- good_noti : /Product/goods_info_reg.php?iteminfo_url=
- cert : /Product/cert_info_reg.php?iteminfo_url=
- image : /Product/product_image_register.php?iteminfo_url=
- stock : /Product/attribute_modify.php?iteminfo_url=
- order : /Order/orderlist.php?iteminfo_url=
- invoice : /Order/delivery.php?iteminfo_url=
|