|
|
@@ -0,0 +1,56 @@
|
|
|
+spring:
|
|
|
+ profiles:
|
|
|
+ active: tsit
|
|
|
+ cache.type: redis
|
|
|
+ redis:
|
|
|
+ lettuce:
|
|
|
+ pool:
|
|
|
+ max-active: 10
|
|
|
+ max-idle: 10
|
|
|
+ min-idle: 2
|
|
|
+ host: localhost
|
|
|
+ port: 6379
|
|
|
+ password:
|
|
|
+
|
|
|
+# SSL Server
|
|
|
+has-ssl: false
|
|
|
+
|
|
|
+logging:
|
|
|
+ config: classpath:log/logback-tsit.xml
|
|
|
+
|
|
|
+domain:
|
|
|
+ admin: //tdadmin.style24.com
|
|
|
+ front: //tdfront.style24.com
|
|
|
+ style24: //tdfront.style24.com
|
|
|
+ image: //tdimage.style24.com
|
|
|
+ cdnimage: //tdimage.style24.com
|
|
|
+ uximage: //tdimage.style24.com
|
|
|
+
|
|
|
+upload:
|
|
|
+ default:
|
|
|
+ target.path: /TSIT/servers/files/data
|
|
|
+ max.size: 10
|
|
|
+ allow.extension: jpg|gif|jpeg|png|bmp|txt|doc|docx|ppt|pptx|xls|xlsx|hwp|pdf
|
|
|
+ view: //tdimage.style24.com
|
|
|
+ goods:
|
|
|
+ target.path: /TSIT/servers/files/data/goods
|
|
|
+ max.size: 10
|
|
|
+ allow.extension: jpg|gif|jpeg|png
|
|
|
+ view: //tdimage.style24.com/Upload/ProductImage
|
|
|
+ image:
|
|
|
+ target.path: /TSIT/servers/files/data
|
|
|
+ max.size: 10
|
|
|
+ allow.extension: jpg|gif|jpeg|png
|
|
|
+ view: //tdimage.style24.com
|
|
|
+ excel:
|
|
|
+ target.path: /TSIT/servers/files/data/excel
|
|
|
+ max.size: 10
|
|
|
+ allow.extension: xls|xlsx
|
|
|
+ view: //tdimage.style24.com/excel
|
|
|
+ sample:
|
|
|
+ target.path: /WIDE/workspace/files/data
|
|
|
+ max.size: 10
|
|
|
+ allow.extension: txt|doc|docx|ppt|pptx|xls|xlsx|hwp|pdf
|
|
|
+ view: //tdimage.style24.com/sample
|
|
|
+
|
|
|
+download.path: /TSIT/servers/files/data
|