diff --git a/config/config.template.ini b/config/config.template.ini index a7b8c26..07ad115 100644 --- a/config/config.template.ini +++ b/config/config.template.ini @@ -126,6 +126,7 @@ BosMon = 0 firEmergency = 0 jsonSocket = 0 notifyMyAndroid = 0 +sendTelegram = 0 # for developing template-module template = 0 @@ -283,6 +284,15 @@ appName = BOSWatch # configuration loaded from csv/nma.csv usecsv = 0 +[sendTelegram] +# This is your unique BOT token +BOTTokenAPIKey = +# This is the chat your BOT will send the messages to +BOTChatIDAPIKey = +# The location will be extracted from this RIC +RICforLocationAPIKey = +# This is your Google API key +GoogleAPIKey = ##################### ##### Not ready yet #