config.yaml 449 B

12345678910111213141516171819202122232425
  1. #配置mysql
  2. datasource:
  3. host: 127.0.0.1
  4. port: 40306
  5. dbname: cold
  6. username: cold
  7. password: yjwyEckZS7rE5H!
  8. # 配置nats
  9. nats:
  10. #连接地址例如: nats://localhost:4222
  11. url: 127.0.0.1:43422
  12. # 监控数据配置
  13. monitoring:
  14. #温度
  15. temperature: 10
  16. #湿度
  17. humidity: 60
  18. #时间误差(秒)
  19. errRangeTime: 30
  20. #监控时间间隔
  21. # equipmentMonitoringTime: 10
  22. # 监控时间 now() - val ~ now()
  23. equipmentHour: 2