config.yaml 402 B

123456789101112131415161718192021
  1. energy_chaowang:
  2. base_url: "http://127.0.0.1:8089"
  3. username: "dt"
  4. password: "dt2026"
  5. login_timeout_seconds: 5
  6. query_timeout_seconds: 10
  7. token_refresh_interval_hours: 6
  8. points:
  9. file: "points.csv"
  10. services:
  11. basedataportal: "http://192.168.1.109:18503"
  12. calcagg: "http://192.168.1.109:42941"
  13. schedule:
  14. minute: 25
  15. logging:
  16. file: "logs/jdf-energy-collector.log"
  17. retention_days: 3