| | |
| | | spring: |
| | | datasource: |
| | | username: sandu |
| | | password: Sandu.520 |
| | | url: jdbc:mysql://112.74.63.130:3306/ximon_light?useUnicode=true&autoReconnect=true&useSSL=false&characterEncoding=utf8&serverTimezone=Asia/Shanghai |
| | | # 数据库用户名 |
| | | username: dev |
| | | # 数据库密码 |
| | | password: xv6d7qviZHQu+pB0 |
| | | url: jdbc:mysql://localhost:3306/ximon_light?useUnicode=true&autoReconnect=true&useSSL=false&characterEncoding=utf8&serverTimezone=Asia/Shanghai |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | druid: |
| | | connection-init-sqls: set names utf8mb4 |
| | | driver-class-name: com.mysql.cj.jdbc.Driver |
| | | redis: |
| | | host: 49.234.140.156 # Redis服务器地址 |
| | | host: 112.74.63.130 # Redis服务器地址 |
| | | database: 0 # Redis数据库索引(默认为0) |
| | | port: 6379 # Redis服务器连接端口 |
| | | password: chenjiantian1992 # Redis服务器连接密码(默认为空) |
| | | timeout: 300ms # 连接超时时间(毫秒) |
| | | password: uIEFHmj4bC0wJCyM # Redis服务器连接密码(默认为空) |
| | | timeout: 10000ms # 连接超时时间(毫秒) |
| | | server: |
| | | port: 8080 |
| | | port: 20017 |
| | | sandu: |
| | | jwt: |
| | | header: Authorization |
| | |
| | | # 是否启动redis缓存用户信息 |
| | | cache-online: false |
| | | upload: |
| | | upload-root-path: D:\usr\local\ |
| | | upload-root-path: /usr/local/project/ximon-light-20017/file/ |
| | | storage: local |
| | | common: |
| | | urlPrefix: http://localhost:8080/file/ |
| | | urlPrefix: http://112.74.63.130/file/ |
| | | quartz: |
| | | enable: true |
| | | |
| | | listenter: |
| | | isOpen: true |
| | | |
| | | minio: |
| | | endpoint: 47.106.172.9 |
| | | port: 9000 |
| | | accessKey: minioadmin |
| | | secretKey: zhxm2512209 |
| | | secure: false |
| | | |
| | | nova-conf: #诺瓦回调 |
| | | notify-url: http://112.74.63.130:20017/serv/vnnox/progress |
| | | screen-shot-notify-url: http://112.74.63.130:20017/serv/vnnox/screenshot |
| | | status-notify-url: http://112.74.63.130:20017/serv/vnnox/asyncStatus |
| | | |
| | | |
| | | |
| | | # led屏幕服务器地址(更改需要同时更改) |
| | | realtime-server: |
| | | # command: http://101.132.131.91:8081/payload/ |
| | | # url: http://101.132.131.91:8081/ |
| | | command: http://112.74.63.130:20018/command/ |
| | | url: http://112.74.63.130:20018/ |
| | | |
| | | |
| | | server-conf: |
| | | ip: 47.106.172.9 # 47.106.172.9/101.132.131.91 |
| | | |
| | | |
| | | |