From 392a51b858dde0c68ce93a9415c3841062a70805 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Thu, 21 Jul 2016 18:16:16 +0300 Subject: Add API token config parameter for API authentication --- bot.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bot.config') diff --git a/bot.config b/bot.config index 72593d0..0a89799 100644 --- a/bot.config +++ b/bot.config @@ -1,5 +1,6 @@ [GENERAL] -TelegramBotToken=208028818:AAFAeLDGsjp5vFi_ljdciuTODzRPufldeZo +TelegramBotToken= ShoutboxApiUrl=http://127.0.0.1:8000 TelegramChatID=123 ApiCallInterval=5 +ApiAuthToken= -- cgit v1.3