doorstatus/statusd.conf
2020-07-09 20:10:58 +02:00

26 lines
523 B
Plaintext

# file: statusd.conf
# 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.
[general]
timeout = 5.0
loglevel = debug
[server]
host = localhost
port = 10001
cert = ./certs/server.crt
key = ./certs/server.key
[client]
cert = ./certs/client.crt
[api]
api = ./api
template = ./api_template