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'
|
|
|
|
|
2017-12-11 15:17:54 -05:00
|
|
|
# Homeserver configuration (used to proxy some requests to the homeserver for processing)
|
|
|
|
homeserver:
|
|
|
|
name: "t2bot.io"
|
|
|
|
accessToken: "something"
|
|
|
|
|
2017-12-17 21:22:09 -05:00
|
|
|
# These users can modify the integrations this Dimension supports.
|
|
|
|
# To access the admin interface, open Dimension in Riot and click the settings icon.
|
|
|
|
admins:
|
|
|
|
- "@someone:domain.com"
|
|
|
|
|
2017-10-09 22:26:46 -04:00
|
|
|
# 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
|
2017-12-17 21:22:09 -05:00
|
|
|
- 127.0.0.0/8
|
|
|
|
|
|
|
|
# Where the database for Dimension is
|
|
|
|
database:
|
|
|
|
file: "dimension.db"
|
|
|
|
|
|
|
|
# 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
|