mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2026-03-14 05:03:49 +08:00
12 lines
550 B
INI
12 lines
550 B
INI
file.dir = /data/filepreview/
|
|
spring.resources.static-locations = classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,file:${file.dir}
|
|
openOfficePath = 123
|
|
office.home = /opt/openoffice4
|
|
server.tomcat.uri-encoding = utf-8
|
|
converted.file.charset = utf-8
|
|
spring.http.multipart.max-file-size = 100MB
|
|
simText = txt,html,xml,java,properties,sql,js,md,json,conf,ini,vue,php,py,bat,gitignore,log,htm,css,cnf
|
|
media=mp3,mp4,flv
|
|
cache.type = redis
|
|
spring.redisson.address = 192.168.1.204:6379
|
|
spring.redisson.database = 3 |