forked from Krautspace/doorstatus
21 lines
392 B
Text
21 lines
392 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 = info
|
||
|
|
||
|
[server]
|
||
|
host = nr18.space
|
||
|
port = 10001
|
||
|
cert = ./certs/server.crt
|
||
|
fqdn = server.status.kraut.space
|
||
|
|
||
|
[client]
|
||
|
cert = ./certs/client.crt
|
||
|
key = ./certs/client.key
|
||
|
|