Update config.template.ini

This commit is contained in:
PeterLaemmle 2016-08-23 17:27:32 +02:00 committed by GitHub
parent 6946979f05
commit d085cd3bbe

View file

@ -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 =
#####################