20 lines
419 B
Text
20 lines
419 B
Text
# file: setstatus.conf
|
|
|
|
# Setstatus.conf is part of doorstatus - a programm to change the krautspaces
|
|
# doorstatus. This is the configuration file for the client who triggers the
|
|
# change.
|
|
|
|
[general]
|
|
timeout = 3.0
|
|
loglevel = debug
|
|
|
|
[server]
|
|
host = status.kraut.space
|
|
port = 10001
|
|
cert = ./certs/statusd-pub.pem
|
|
fqdn = status.kraut.space
|
|
|
|
[client]
|
|
cert = ./certs/statusclient-pub.pem
|
|
key = ./certs/statusclient-key.pem
|
|
|