Move server sources to separate directory
This commit is contained in:
parent
e5109815e7
commit
ec3a5daf2b
9 changed files with 0 additions and 0 deletions
25
source/server/apistatusd.conf
Normal file
25
source/server/apistatusd.conf
Normal file
|
@ -0,0 +1,25 @@
|
|||
# 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/server-pub.pem
|
||||
key = ./certs/server-key.pem
|
||||
|
||||
[client]
|
||||
cert = ./certs/client-pub.pem
|
||||
|
||||
[api]
|
||||
api = ./api
|
||||
template = ./api_template
|
Loading…
Add table
Add a link
Reference in a new issue