summaryrefslogtreecommitdiff
path: root/localwebsite/config.php
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2022-05-22 23:38:33 +0300
committerEvgeny Zinoviev <me@ch1p.io>2022-05-23 00:35:46 +0300
commit225ad92fdac725060d0ecb0c82a046653782d182 (patch)
tree8b7759c514d3774bc6c2dfc85ba9e8ed066651f8 /localwebsite/config.php
parent02f676029a5014e822598947b0ac2f12d183a7f1 (diff)
support street cameras
Diffstat (limited to 'localwebsite/config.php')
-rw-r--r--localwebsite/config.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/localwebsite/config.php b/localwebsite/config.php
index 47be2f7..262aeae 100644
--- a/localwebsite/config.php
+++ b/localwebsite/config.php
@@ -49,10 +49,15 @@ return [
],
'static' => [
- 'app.css' => 6,
+ 'app.css' => 8,
'app.js' => 1,
'polyfills.js' => 1,
'modem.js' => 1,
'inverter.js' => 2,
+ ],
+
+ 'cam_hls_host' => '192.168.1.1',
+ 'cam_list' => [
+ // fill me with names
]
];