17 lines
428 B
YAML
17 lines
428 B
YAML
|
---
|
||
|
# The address to listen on.
|
||
|
address: "::1"
|
||
|
# The TCP port to listen on.
|
||
|
port: 8000
|
||
|
# The Bottle backend server to use.
|
||
|
server: wsgiref
|
||
|
# Path to the SpaceAPI response template file.
|
||
|
template: template.yaml
|
||
|
# Path to the directory containing your plugins.
|
||
|
plugins_dir: plugins
|
||
|
plugins:
|
||
|
# Config for the "filestate" plugin
|
||
|
filestate:
|
||
|
# Use this statefile instead of the default
|
||
|
filename: /var/www/html/space_state
|