matrix-dimension/config/default.yaml
Travis Ralston c0336f65ca Add widget title API
Adds #130

This is backed by a homeserver's media repository.
2017-12-11 13:17:54 -07:00

39 lines
1.0 KiB
YAML

# 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
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:
- name: vector
url: "https://scalar.vector.im/api"
# Homeserver configuration (used to proxy some requests to the homeserver for processing)
homeserver:
name: "t2bot.io"
accessToken: "something"
# IPs and CIDR ranges listed here will be blocked from being widgets.
# Note: Widgets may still be embedded with restricted content, although not through Dimension directly.
widgetBlacklist:
- 10.0.0.0/8
- 172.16.0.0/12
- 192.168.0.0/16
- 127.0.0.0/8