From a9b4569dd1661b4142414117fb1a68df65e704db Mon Sep 17 00:00:00 2001 From: berhsi Date: Sat, 27 Jul 2019 16:50:19 +0200 Subject: [PATCH] config file for status deamon added --- statusd.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 statusd.conf diff --git a/statusd.conf b/statusd.conf new file mode 100644 index 0000000..1559167 --- /dev/null +++ b/statusd.conf @@ -0,0 +1,21 @@ +# 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 = 127.0.0.1 + +# port, where the server is listen. default is 100001 +PORT = 10001 + +# path for ssl key and certificate. default ist current directory. +# CERT = './certs/certificate.pem' +KEY = ./certs/key.pem + +# path to api file +API = ./api + +# loglevel (maybe ERROR, INFO, DEBUG) - not implementet at the moment. +# VERBOSITY = 'debug'