diff --git a/config/config.template.ini b/config/config.template.ini index 07ad115..83e953c 100644 --- a/config/config.template.ini +++ b/config/config.template.ini @@ -285,13 +285,16 @@ appName = BOSWatch usecsv = 0 [sendTelegram] -# This is your unique BOT token +# This is your unique BOT token. You will get it from the BotFather once you have created your BOT. BOTTokenAPIKey = -# This is the chat your BOT will send the messages to +# Create a group chat with your BOT and enter the chat ID here. +# The plugin will send messages as your BOT and post everything in this group chat. BOTChatIDAPIKey = -# The location will be extracted from this RIC +# The plugin can extract a location from the POCSAG message. +# However, this will be done for the following RIC only (7 digits e.g. 0012345). RICforLocationAPIKey = -# This is your Google API key +# This is your Google API key. +# Required if you want to create a map based on location information received with the above RIC. GoogleAPIKey = #####################