diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-08-21 23:55:58 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-08-21 23:55:58 +0300 |
commit | 4f6adc157492f631a587d93773e1c9f40a852937 (patch) | |
tree | f99ca826ac28ffe1ef764414a6b89a36b05ad8bd /localwebsite/config.php | |
parent | e636419bd2598d9a3cfccfba21b07db68c0f53fd (diff) |
lws: cams: switch between highres/lowres
Diffstat (limited to 'localwebsite/config.php')
-rw-r--r-- | localwebsite/config.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/localwebsite/config.php b/localwebsite/config.php index 399393c..c874055 100644 --- a/localwebsite/config.php +++ b/localwebsite/config.php @@ -60,7 +60,12 @@ return [ 'cam_hls_proto' => 'http', // bool|callable 'cam_hls_host' => '192.168.1.1', // bool|callable 'cam_list' => [ - // fill me with names + 'low' => [ + // fill me with names + ], + 'high' => [ + // fill me with names + ], ], 'vk_sms_checker' => [ |