| | |
| | | private-token-key: vciweb20210212 |
| | | ###tomcat相关的配置 |
| | | server: |
| | | port: 12000 |
| | | port: 12005 |
| | | servlet: |
| | | context-path: /web |
| | | tomcat: |
| | |
| | | host: localhost # ip地址 |
| | | database: 2 # redis数据库 0-15 |
| | | port: 6379 # 端口号 |
| | | password: 123456 # 无密码不填 |
| | | password: foobared # 无密码不填 |
| | | 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: |
| | | |