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/source/server/apistatusd.conf

34 lines
676 B
Plaintext

# file: statusd.conf
# 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.
[general]
timeout = 5.0
loglevel = debug
[server]
host = localhost
port = 10001
cert = ./certs/statusd-pub.pem
key = ./certs/statusd-key.pem
[client]
cert = ./certs/statusclient-pub.pem
# possible values: true, false, may
required = true
[api]
api = ./api
template = ./api_template
[mastodon]
send = false
host = localhost
token = aaaaa-bbbbb-ccccc-ddddd-eeeee