aboutsummaryrefslogtreecommitdiffstats
path: root/config.py.dist
diff options
context:
space:
mode:
Diffstat (limited to 'config.py.dist')
-rw-r--r--config.py.dist4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.py.dist b/config.py.dist
index 8edb5d8..0e27155 100644
--- a/config.py.dist
+++ b/config.py.dist
@@ -2,3 +2,7 @@ SERIALPORT = "/dev/ttyUSB0"
BAUDRATE = 9600
LINES_TO_KEEP = 200
LAST_LINE_TO_KEEP = 1000
+
+TELEGRAM_API_TOKEN = ''
+TELEGRAM_GROUP = ''
+TELEGRAM_REBOOT_COMMAND = './reboot.sh'