mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
Update config.template.ini
This commit is contained in:
parent
6946979f05
commit
d085cd3bbe
|
|
@ -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 =
|
||||
|
||||
#####################
|
||||
|
|
|
|||
Loading…
Reference in a new issue