diff options
Diffstat (limited to 'localwebsite/config.php')
-rw-r--r-- | localwebsite/config.php | 8 |
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' => '', ]; |