2019-07-27 16:50:19 +02:00
|
|
|
# file: statusd.conf
|
|
|
|
|
|
|
|
# Configuration file for the server, who is manage the api for door status
|
|
|
|
# from krautspace jena.
|
|
|
|
|
2020-07-09 12:08:06 +02:00
|
|
|
[general]
|
|
|
|
timeout = 5.0
|
|
|
|
loglevel = debug
|
2019-07-27 16:50:19 +02:00
|
|
|
|
2020-07-09 12:08:06 +02:00
|
|
|
[server]
|
|
|
|
host = localhost
|
|
|
|
port = 10001
|
|
|
|
cert = ./certs/server.crt
|
|
|
|
key = ./certs/server.key
|
2019-07-27 16:50:19 +02:00
|
|
|
|
2020-07-09 12:08:06 +02:00
|
|
|
[client]
|
|
|
|
cert = ./certs/client.crt
|
2019-07-27 16:50:19 +02:00
|
|
|
|
2020-07-09 12:08:06 +02:00
|
|
|
[api]
|
|
|
|
api = ./api
|
|
|
|
template = ./api_template
|