config.json 679 B

12345678910111213141516171819202122232425262728
  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": "1101080259"
  13. },
  14. "mysql": {
  15. "host": "192.168.100.197",
  16. "port": 3306,
  17. "user": "root",
  18. "password": "j5ry0#jZ7vaUt5f4",
  19. "database": "saga_dev",
  20. "fjd_table": "energy_15_min_fjd_py",
  21. "energy_table": "energy_15_min_py",
  22. "co2_table": "co2_15_min",
  23. "pm25_table": "pm25_15_min",
  24. "temperature_table": "temperature_15_min",
  25. "hcho_table": "hcho_15_min",
  26. "humidity_table": "humidity_15_min"
  27. }
  28. }