mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-01 22:30:08 +01:00
Update config.template.ini
This commit is contained in:
parent
b9e4e5f072
commit
22d400b30a
|
|
@ -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 #
|
||||
|
|
|
|||
Loading…
Reference in a new issue