15 lines
417 B
JSON
15 lines
417 B
JSON
{
|
|
"config_base_path": "/app/config/",
|
|
"alarm_rules_path": "alarms.json",
|
|
"data_cache_db_path": "edge_data_cache.db",
|
|
"data_storage_db_path": "edge_proxy_data.db",
|
|
"device_id": "rk3588-proxy-001",
|
|
"log_level": "info",
|
|
"mqtt_broker": "tcp://localhost:1883",
|
|
"mqtt_client_id_prefix": "edge-proxy-",
|
|
"tcp_server_ports": [
|
|
12345,
|
|
502
|
|
],
|
|
"web_server_port": 8080
|
|
} |