From 376deb5610e29b0345f5e234d5bab746562810a8 Mon Sep 17 00:00:00 2001 From: Evgeny Sorokin Date: Wed, 3 Apr 2024 04:07:13 +0300 Subject: web_kbn: fix config parsing --- bin/web_kbn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/web_kbn.py b/bin/web_kbn.py index add7af2..9a03d15 100755 --- a/bin/web_kbn.py +++ b/bin/web_kbn.py @@ -33,7 +33,7 @@ class WebKbnConfig(AppConfigUnit): 'listen_addr': cls._addr_schema(required=True), 'assets_public_path': {'type': 'string'}, 'pump_addr': cls._addr_schema(required=True), - 'cam_hls_host': cls._addr_schema(required=True, only_ip=True), + 'hls_local_host': cls._addr_schema(required=True, only_ip=True), 'inverter_grafana_url': {'type': 'string'}, 'sensors_grafana_url': {'type': 'string'}, } -- cgit v1.2.3