diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2023-01-19 19:58:57 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2023-01-19 19:58:57 +0300 |
commit | ec1e287bf129b3c4b91b565e0334009b72f6e928 (patch) | |
tree | c34051d6268f16fc04f53a1f74b2cfe43e05fc76 /localwebsite/config.php | |
parent | a58f4ef5880f37c0e873a06a927d24cecb1efbe2 (diff) |
lws: add ipcam_server stats
Diffstat (limited to 'localwebsite/config.php')
-rw-r--r-- | localwebsite/config.php | 2 |
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' => [], ]; |