summaryrefslogtreecommitdiff
path: root/localwebsite/config.php
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2022-05-26 21:18:29 +0300
committerEvgeny Zinoviev <me@ch1p.io>2022-05-27 01:04:47 +0300
commitcf0b9f036b3e3eb218610e7eeececda1320d9f50 (patch)
tree39e6d1853aecb3fb77036a941a4c6df12a0ce793 /localwebsite/config.php
parentc3ed2483ea508141431be74f29f7c209271897cd (diff)
auth
Diffstat (limited to 'localwebsite/config.php')
-rw-r--r--localwebsite/config.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/localwebsite/config.php b/localwebsite/config.php
index 7ce281d..f5f8c80 100644
--- a/localwebsite/config.php
+++ b/localwebsite/config.php
@@ -57,8 +57,8 @@ return [
],
'cam_hls_access_key' => '',
- 'cam_hls_proto' => 'http',
- 'cam_hls_host' => '192.168.1.1',
+ 'cam_hls_proto' => 'http', // bool|callable
+ 'cam_hls_host' => '192.168.1.1', // bool|callable
'cam_list' => [
// fill me with names
],
@@ -70,4 +70,8 @@ return [
],
'database_path' => getenv('HOME').'/.config/homekit.localwebsite.sqlite3',
+
+ 'auth_cookie_host' => '',
+ 'auth_need' => false, // bool|callable
+ 'auth_pw_salt' => '',
];