diff options
Diffstat (limited to 'localwebsite/config.php')
-rw-r--r-- | localwebsite/config.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/localwebsite/config.php b/localwebsite/config.php index c046b10..7ce281d 100644 --- a/localwebsite/config.php +++ b/localwebsite/config.php @@ -61,5 +61,13 @@ return [ 'cam_hls_host' => '192.168.1.1', 'cam_list' => [ // fill me with names - ] + ], + + 'vk_sms_checker' => [ + 'telegram_token' => '', + 'telegram_chat_id' => '', + 'modem_name' => '', // reference to the 'modems' array + ], + + 'database_path' => getenv('HOME').'/.config/homekit.localwebsite.sqlite3', ]; |