config.json 719 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "metadata": {
  3. "database": "db_time_data",
  4. "url": "http://47.93.33.207:8890/metadata-web/services/Service1_WS?wsdl"
  5. },
  6. "kafka": {
  7. "topic": "test",
  8. "host": "192.168.100.114",
  9. "port": 9092
  10. },
  11. "building": {
  12. "id": [
  13. "1101080255",
  14. "6101122004"
  15. ]
  16. },
  17. "mysql": {
  18. "host": "bj-cdb-5om355fk.sql.tencentcdb.com",
  19. "port": 59790,
  20. "user": "root",
  21. "password": "dwh@2022",
  22. "database": "dwh_saga",
  23. "fjd_table": "energy_15_min_fjd",
  24. "energy_table": "energy_15_min",
  25. "co2_table": "co2_15_min",
  26. "pm25_table": "pm25_15_min",
  27. "temperature_table": "temperature_15_min",
  28. "hcho_table": "hcho_15_min",
  29. "humidity_table": "humidity_15_min"
  30. }
  31. }