From 8755e355848a1a636ed40f451cc3ca5a75686365 Mon Sep 17 00:00:00 2001 From: +++ Date: Tue, 30 Jul 2019 22:59:59 +0200 Subject: [PATCH] statusd.template added --- statusd.template | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 statusd.template diff --git a/statusd.template b/statusd.template new file mode 100644 index 0000000..9d53801 --- /dev/null +++ b/statusd.template @@ -0,0 +1,26 @@ +# file: statusd.conf + +# Configuration file for the server, who is manage the api for door status +# from krautspace jena. + +# host, where server lives (string with fqdn or ipv4). default ist +# localhost. +HOST = 'localhost' + +# port, where the server is listen. default is 100001 +PORT = 10001 + +# timeout for connection +TIMEOUT = 5 + +# path for ssl keys and certificates. default is the current directory. +SERVER_CERT = './server.crt' +SERVER_KEY = './server.key' +CLIENT_CERT = './client.crt' + +# path to api files +API_TEMPLATE = './api_template' +API = '/path/to//api' + +# loglevel (maybe ERROR, INFO, DEBUG) - not implementet at the moment. +VERBOSITY = 'info'