2017-05-26 23:51:48 -04:00
|
|
|
# The web settings for the service (API and UI)
|
|
|
|
web:
|
|
|
|
port: 8184
|
|
|
|
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
|
2017-05-28 02:35:40 -04:00
|
|
|
count: 5
|
|
|
|
|
|
|
|
# Demo bot configuration. Used purely to show how to configure a self-hosted bot in Dimension
|
|
|
|
demobot:
|
|
|
|
enabled: false
|
|
|
|
userId: "@dimension:t2bot.io"
|
|
|
|
homeserverUrl: "https://t2bot.io"
|
|
|
|
accessToken: "something"
|
|
|
|
|
|
|
|
# Upstream configuration. This should almost never change.
|
|
|
|
upstreams:
|
|
|
|
vector: "https://scalar.vector.im/api"
|