|
|
@@ -8,67 +8,56 @@ spring:
|
|
|
max-active: 10
|
|
|
max-idle: 10
|
|
|
min-idle: 2
|
|
|
- host: 172.30.90.111
|
|
|
+ host: 172.30.87.5
|
|
|
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
|
|
|
-
|
|
|
+ password: MdxpyGtipZSci6VhTpFdklXxb4Qv7zxEq3Jqg3ULekg=
|
|
|
|
|
|
logging:
|
|
|
config: classpath:log/logback-run.xml
|
|
|
|
|
|
domain:
|
|
|
- scm: //scm.style24.com
|
|
|
- admin: //admin.style24.com
|
|
|
+ admin: //bos.style24.com
|
|
|
style24: //www.style24.com
|
|
|
- image: //image.style24.com
|
|
|
- cdnimage: //image.style24.com
|
|
|
- uximage: //image.style24.com
|
|
|
+ front: //www.style24.com
|
|
|
+ image: //image.istyle24.com
|
|
|
+ cdnimage: //image.istyle24.com
|
|
|
+ uximage: //scm.style24.com
|
|
|
|
|
|
upload:
|
|
|
- dext.target.path: /files/data/style24/dext
|
|
|
+ dext.target.path: /usr/local/data/style24/dext
|
|
|
+
|
|
|
default:
|
|
|
- target.path: /files/data/style24
|
|
|
+ target.path: /usr/local/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
|
|
|
+ view: //image.istyle24.com
|
|
|
goods:
|
|
|
- target.path: /files/data/style24/Upload/ProductImage
|
|
|
+ target.path: /usr/local/data/style24/productimage
|
|
|
max.size: 10
|
|
|
allow.extension: jpg|gif|jpeg|png
|
|
|
view: //image.istyle24.com/Upload/ProductImage
|
|
|
image:
|
|
|
- target.path: /files/data/style24
|
|
|
+ target.path: /usr/local/data/style24
|
|
|
max.size: 10
|
|
|
allow.extension: jpg|gif|jpeg|png
|
|
|
- view: //image.style24.com
|
|
|
+ view: //image.istyle24.com
|
|
|
excel:
|
|
|
- target.path: /files/data/style24
|
|
|
+ target.path: /usr/local/data/style24/excel
|
|
|
max.size: 10
|
|
|
allow.extension: xls|xlsx
|
|
|
- view: //image.style24.com/excel
|
|
|
+ view: //image.istyle24.com/excel
|
|
|
sample:
|
|
|
- target.path: /files/data/style24/sample
|
|
|
+ target.path: /usr/local/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
|
|
|
+download.path: /usr/local/data
|
|
|
|
|
|
# PG
|
|
|
pg:
|
|
|
kcp:
|
|
|
- log.dir: /files/data/style24/logs/kcpLogs/scm
|
|
|
+ log.dir: /logs/style24/kcpLogs/scm
|
|
|
gw:
|
|
|
url: testpaygw.kcp.co.kr
|
|
|
port: 8090
|