summaryrefslogtreecommitdiff
path: root/localwebsite/config.php
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2023-01-19 19:58:57 +0300
committerEvgeny Zinoviev <me@ch1p.io>2023-01-19 19:58:57 +0300
commitec1e287bf129b3c4b91b565e0334009b72f6e928 (patch)
treec34051d6268f16fc04f53a1f74b2cfe43e05fc76 /localwebsite/config.php
parenta58f4ef5880f37c0e873a06a927d24cecb1efbe2 (diff)
lws: add ipcam_server stats
Diffstat (limited to 'localwebsite/config.php')
-rw-r--r--localwebsite/config.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/localwebsite/config.php b/localwebsite/config.php
index b1e7553..b54856d 100644
--- a/localwebsite/config.php
+++ b/localwebsite/config.php
@@ -86,5 +86,7 @@ return [
'grafana_sensors_url' => '',
'grafana_inverter_url' => '',
+ 'ipcam_server_api_addr' => '',
+
'dhcp_hostname_overrides' => [],
];