22 lines
538 B
Text
22 lines
538 B
Text
|
# 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'
|