21 lines
335 B
Text
21 lines
335 B
Text
# 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
|
|
|
|
[server]
|
|
host = localhost
|
|
port = 10001
|
|
cert = ./certs/server.crt
|
|
key = ./certs/server.key
|
|
|
|
[client]
|
|
cert = ./certs/client.crt
|
|
|
|
[api]
|
|
api = ./api
|
|
template = ./api_template
|