| | |
| | | stat-view-servlet: |
| | | enabled: true |
| | | driver-class-name: org.postgresql.Driver |
| | | url: jdbc:postgresql://192.168.2.15:5432/ry-vue |
| | | url: jdbc:postgresql://192.168.1.14:5432/ry-vue?stringtype=unspecified
|
| | | username: postgres |
| | | password: postgres |
| | | #最大连接数 |
| | |
| | | enabled: true |
| | | tcp: |
| | | enabled: true |
| | | # minio配置
|
| | | minio:
|
| | | endpoint: http://127.0.0.1:9001
|
| | | accessKey: admin
|
| | | secretKey: xzx12345
|
| | | # mqtt配置 |
| | | mqtt: |
| | | host: tcp://192.168.2.15:1883 |
| | | clientId: client-2272 |
| | | host: tcp://192.168.1.14:1883
|
| | | clientId: alarm14
|
| | | username: admin |
| | | password: admin |
| | | password: xzx12345
|
| | | topic: tube
|
| | | timeout: 100 |
| | | keepalive: 60 |
| | | enabled: true |
| | |
| | | # 三场数字化 |
| | | digitization3: |
| | | enabled: false |
| | | # minio配置 |
| | | minio: |
| | | endpoint: http://192.168.2.15:9001 |
| | | accessKey: admin |
| | | secretKey: xzx12345 |
| | |
|
| | | # mybatis-plus配置 |
| | | mybatis-plus: |
| | | type-aliases-package: com.ard.alarm.**.domain |
| | |
| | | logging: |
| | | level: |
| | | hikSdk: info |
| | | mqtt: debug |
| | | mqtt: info
|
| | | netty: info |
| | | external: info |
| | | camera: info |