From aee8e44d298c741ca557d6089f0ba8290441e33b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20K=C3=BCffner?= Date: Tue, 13 Dec 2022 21:00:58 +0100 Subject: [PATCH] config: fix initial telegram.conf --- config/telegram.conf | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/config/telegram.conf b/config/telegram.conf index e783b03..6c78a25 100644 --- a/config/telegram.conf +++ b/config/telegram.conf @@ -1,9 +1,13 @@ # Please refer to the wiki(https://github.com/nlef/moonraker-telegram-bot/wiki) for detailed information on how to configure the bot [bot] -server: moonraker:7215 -bot_token: -chat_id: +server: moonraker:7125 +bot_token: mysecretbottoken +chat_id: 0 [camera] -host: http://webcam:8080/stream \ No newline at end of file +host: http://webcam:8080/stream + +[timelapse] +basedir: /opt/timelapse +copy_finished_timelapse_dir: /opt/timelapse_finished \ No newline at end of file