|
|
@@ -0,0 +1,91 @@
|
|
|
+spring:
|
|
|
+ profiles:
|
|
|
+ active: tsit
|
|
|
+ cache.type: redis
|
|
|
+ redis:
|
|
|
+ lettuce:
|
|
|
+ pool:
|
|
|
+ max-active: 10
|
|
|
+ max-idle: 10
|
|
|
+ min-idle: 2
|
|
|
+ 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:
|
|
|
+ scm: //scm.style24.com
|
|
|
+ admin: //admin.style24.com
|
|
|
+ style24: //www.style24.com
|
|
|
+ image: //image.style24.com
|
|
|
+ cdnimage: //image.style24.com
|
|
|
+ uximage: //image.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|txt|doc|docx|ppt|pptx|xls|xlsx|hwp|pdf
|
|
|
+ view: //image.style24.com
|
|
|
+ goods:
|
|
|
+ target.path: /files/data/style24/Upload/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.style24.com
|
|
|
+ excel:
|
|
|
+ target.path: /files/data/style24
|
|
|
+ max.size: 10
|
|
|
+ allow.extension: xls|xlsx
|
|
|
+ view: //image.style24.com/excel
|
|
|
+ sample:
|
|
|
+ target.path: /files/data/style24/sample
|
|
|
+ max.size: 10
|
|
|
+ allow.extension: txt|doc|docx|ppt|pptx|xls|xlsx|hwp|pdf
|
|
|
+ view: //image.style24.com/sample
|
|
|
+
|
|
|
+download.path: /files/data
|
|
|
+
|
|
|
+# PG
|
|
|
+pg:
|
|
|
+ kcp:
|
|
|
+ log.dir: /files/data/style24/logs/kcpLogs/scm
|
|
|
+ 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
|