Update config.template.ini

This commit is contained in:
PeterLaemmle 2016-08-20 14:08:41 +02:00 committed by GitHub
parent b9e4e5f072
commit 22d400b30a

View file

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