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