bonus-edge-proxy/config/config.json

17 lines
547 B
JSON
Raw Normal View History

2025-10-23 16:15:09 +08:00
{
2025-10-24 14:19:33 +08:00
"alarm_rules_path": "alarms.json",
2025-10-24 18:28:33 +08:00
"config_base_path": "/app/config/",
2025-10-23 16:15:09 +08:00
"data_cache_db_path": "edge_data_cache.db",
"data_storage_db_path": "edge_proxy_data.db",
2025-11-03 09:37:54 +08:00
"device_id": "rk3588-proxy-002",
2025-10-23 16:15:09 +08:00
"log_level": "info",
"mqtt_broker": "tcp://localhost:1883",
"mqtt_client_id_prefix": "edge-proxy-",
2025-10-24 18:28:33 +08:00
"piper_executable_path": "/usr/bin/piper",
"piper_model_path": "/app/models/model.onnx",
2025-10-23 16:15:09 +08:00
"tcp_server_ports": [
2025-10-24 18:28:33 +08:00
12345
2025-10-23 16:15:09 +08:00
],
2025-11-04 18:38:05 +08:00
"video_config_path": "video_config.json",
2025-10-23 16:15:09 +08:00
"web_server_port": 8080
}