doorstatus/apistatusd.conf

26 lines
535 B
Plaintext
Raw Normal View History

2019-07-27 16:50:19 +02:00
# file: statusd.conf
2020-07-09 20:10:58 +02:00
# Statusd.conf is part of doorstatus - a programm to change the krautspaces
# doorstatus. This is the configuration file for the server, who is manage
# the api for door status from krautspace jena.
# Set [server][host] to localhost or 127.0.0.1 if you want listen only to
# localhost.
2019-07-27 16:50:19 +02:00
[general]
timeout = 5.0
loglevel = debug
2019-07-27 16:50:19 +02:00
[server]
host = localhost
port = 10001
2020-09-07 15:17:49 +02:00
cert = ./certs/server-pub.pem
key = ./certs/server-key.pem
2019-07-27 16:50:19 +02:00
[client]
2020-09-07 15:17:49 +02:00
cert = ./certs/client-pub.pem
2019-07-27 16:50:19 +02:00
[api]
api = ./api
template = ./api_template