This repository has been archived on 2022-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
doorstatus/statusd.conf

22 lines
335 B
Plaintext
Raw Normal View History

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.
[general]
timeout = 5.0
loglevel = debug
2019-07-27 16:50:19 +02:00
[server]
host = localhost
port = 10001
cert = ./certs/server.crt
key = ./certs/server.key
2019-07-27 16:50:19 +02:00
[client]
cert = ./certs/client.crt
2019-07-27 16:50:19 +02:00
[api]
api = ./api
template = ./api_template