forked from Krautspace/doorstatus
config file for status deamon added
This commit is contained in:
parent
777c320ce4
commit
a9b4569dd1
1 changed files with 21 additions and 0 deletions
21
statusd.conf
Normal file
21
statusd.conf
Normal 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'
|
Loading…
Reference in a new issue