From 58cdbf8984293852f11d484367c36d2343c9451e Mon Sep 17 00:00:00 2001 From: Ricardo Krippner Date: Thu, 29 Sep 2016 14:27:52 +0200 Subject: [PATCH] added FFAgent config --- config/config.template.ini | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/config/config.template.ini b/config/config.template.ini index 3be9c60..37862ac 100644 --- a/config/config.template.ini +++ b/config/config.template.ini @@ -126,6 +126,7 @@ BosMon = 0 firEmergency = 0 jsonSocket = 0 notifyMyAndroid = 0 +FFAgent = 0 # for developing template-module template = 0 @@ -301,6 +302,35 @@ phonenumber1 = 0160321654987 # ! DO NOT USE ANY UMLAUT ! text1 = Rueckruf Leitstelle! + +[FFAgent] +# set live mode (0/1) +live = 0 + +# send messages as type test (0/1) +test = 1 + +# path to server certificate file +serverCertFile = + +# path to client certificate file (LIVE) +clientCertFile = + +# path to client certificate password file (LIVE) +clientCertPass = + +# webapi token +webApiToken = + +# webapi key +webApiKey = + +# access token +accessToken = + +# selective Call Code +selectiveCallCode = + ##################### ##### Not ready yet # #####################