config.json 1.4 KB

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