|
|
@@ -1,6 +1,6 @@
|
|
|
spring:
|
|
|
profiles:
|
|
|
- active: tsit
|
|
|
+ active: style
|
|
|
cache.type: redis
|
|
|
redis:
|
|
|
lettuce:
|
|
|
@@ -50,17 +50,17 @@ upload:
|
|
|
target.path: /files/data/style24
|
|
|
max.size: 10
|
|
|
allow.extension: jpg|gif|jpeg|png
|
|
|
- view: //tdimage.style24.com
|
|
|
+ view: //image.style24.com
|
|
|
excel:
|
|
|
target.path: /files/data/style24
|
|
|
max.size: 10
|
|
|
allow.extension: xls|xlsx
|
|
|
- view: //tdimage.style24.com/excel
|
|
|
+ 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: //tdimage.style24.com/sample
|
|
|
+ view: //image.style24.com/sample
|
|
|
|
|
|
download.path: /files/data
|
|
|
|