config file for status deamon added

This commit is contained in:
berhsi 2019-07-27 16:50:19 +02:00
parent 777c320ce4
commit a9b4569dd1

21
statusd.conf Normal file
View file

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