doorstatus/source/server/apistatusd.conf

34 lines
667 B
Text
Raw Normal View History

2019-07-27 16:50:19 +02:00
# file: statusd.conf
2020-07-09 20:10:58 +02:00
# 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.
2019-07-27 16:50:19 +02:00
[general]
timeout = 5.0
loglevel = debug
2019-07-27 16:50:19 +02:00
[server]
host = 0.0.0.0
port = 10001
2022-04-06 10:22:36 +02:00
cert = ./certs/statusd-pub.pem
key = ./certs/statusd-key.pem
2019-07-27 16:50:19 +02:00
[client]
cert = ./certs/client-ca.pem
# possible values: false, may, true
required = true
2019-07-27 16:50:19 +02:00
[api]
api = ./api
template = ./api_template
2022-07-10 17:54:37 +02:00
[mastodon]
send = false
2022-07-10 17:54:37 +02:00
host = localhost
token = aaaaa-bbbbb-ccccc-ddddd-eeeee