| | |
| | | username: sandu |
| | | # 数据库密码 |
| | | password: dygOHN4&mZC9X+99 |
| | | url: jdbc:mysql://112.74.63.130:3306/ximon_light?useUnicode=true&autoReconnect=true&useSSL=false&characterEncoding=utf8&serverTimezone=Asia/Shanghai |
| | | url: jdbc:mysql://112.74.63.130:3306/ximon_light_n1?useUnicode=true&autoReconnect=true&useSSL=false&characterEncoding=utf8&serverTimezone=Asia/Shanghai |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | druid: |
| | | connection-init-sqls: set names utf8mb4 |
| | |
| | | online-key: online-token |
| | | # 是否启动redis缓存用户信息 |
| | | cache-online: false |
| | | #************************本地上传文件配置************************ |
| | | upload: |
| | | upload-root-path: /usr/local/project/ximon-light-20017/file/ |
| | | #文件服务器路径 |
| | | upload-root-path: E:\file\novafile |
| | | storage: local |
| | | #服务器文件前缀 |
| | | real-url: http://localhost/ |
| | | common: |
| | | urlPrefix: http://112.74.63.130/file/ |
| | | urlPrefix: http://localhost/ |
| | | quartz: |
| | | enable: true |
| | | |