matrix-dimension/config/default.yaml
2017-05-26 21:51:48 -06:00

17 lines
387 B
YAML

# The web settings for the service (API and UI)
web:
# The port to run the webserver on
port: 8184
# The address to bind to (0.0.0.0 for all interfaces)
address: '0.0.0.0'
# Settings for controlling how logging works
logging:
file: logs/dimension.log
console: true
consoleLevel: info
fileLevel: verbose
rotate:
size: 52428800 # bytes, default is 50mb
count: 5