| | |
| | | spring: |
| | | # redis配置 |
| | | redis: ###### redis 配置 |
| | | enabled: false #true,启用redi,false不启用,默认false,配置文件没有这些默认不启用redis |
| | | host: vciserver # ip地址 |
| | | database: 0 # redis数据库 0-15 |
| | | enabled: true #true,启用redi,false不启用,默认false,配置文件没有这些默认不启用redis |
| | | host: localhost # ip地址 |
| | | database: 2 # redis数据库 0-15 |
| | | port: 6379 # 端口号 |
| | | password: vcitest # 无密码不填 |
| | | password: 123456 # 无密码不填 |
| | | timeout: 30000s # 连接超时时间 (默认1天) |
| | | lettuce: |
| | | shutdown-timeout: 100ms # 关闭超时时间 默认 100ms |
| | |
| | | ##web配置 |
| | | vciweb: |
| | | debug: true |
| | | |
| | | file-preview: |
| | | enabled: true |
| | | preview-service-url: "http://dev.yunkeruida.top:28090/vciFilePreview/ajaxPreview.html" |
| | | preview-system-key: plt2020 |
| | | |
| | | vcispringmvc: |
| | | enabled: true |
| | | #不校验安全的链接地址 |
| | | un-check-urls: |
| | | #不更新请求时间的链接地址 |
| | | un-storage-request-time-urls: |
| | | |