config.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "_comment_api": "API接口配置",
  3. "api": {
  4. "base_url": "http://120.55.44.4:8900",
  5. "callback_endpoint": "/api/dtgateway/v1/decision/data",
  6. "jwt_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJJRCI6NywiVXNlcm5hbWUiOiJhZG1pbiIsIkRlcCI6IjEzNSIsImV4cCI6MTc3NjExOTExNCwiaXNzIjoiZ2luLWJsb2cifQ.0HTtzHZjyd2mHo8VCy8icYROxmntRMuQhyoZsAYRL_M"
  7. },
  8. "_comment_database": "MySQL数据库连接配置",
  9. "database": {
  10. "host": "222.130.26.206",
  11. "port": 4000,
  12. "user": "whu",
  13. "password": "09093f4e6b33ddd",
  14. "database": "ws_data",
  15. "table_name": "dc_item_history_data_hour"
  16. },
  17. "_comment_scada": "SCADA系统配置",
  18. "scada": {
  19. "project_id": 92,
  20. "_project_id_desc": "SCADA项目ID"
  21. },
  22. "_comment_cip_times": "各机组CIP时间状态",
  23. "cip_times": {
  24. "RO1": {
  25. "actual_time": "2025-09-11 10:30:00",
  26. "predicted_time": null
  27. },
  28. "RO2": {
  29. "actual_time": "2025-09-30 10:30:00",
  30. "predicted_time": "2025-11-14 04:00:00"
  31. },
  32. "RO3": {
  33. "actual_time": "2025-09-12 10:05:00",
  34. "predicted_time": null
  35. },
  36. "RO4": {
  37. "actual_time": "2025-09-29 10:30:00",
  38. "predicted_time": null
  39. },
  40. "_desc": "各机组CIP时间状态:actual_time=实际执行的CIP时间(修改此字段触发预测),predicted_time=模型预测的下次CIP时间(仅用于记录)"
  41. }
  42. }