33 lines
519 B
TOML
33 lines
519 B
TOML
[global]
|
|
server_name = "fleet.example.com"
|
|
address = "0.0.0.0"
|
|
port = 6167
|
|
|
|
[database]
|
|
backend = "sqlite"
|
|
path = "/var/lib/matrix-conduit"
|
|
|
|
[registration]
|
|
enabled = false
|
|
token = "CHANGE_THIS_TO_32_HEX_CHARS"
|
|
allow_registration_without_token = false
|
|
|
|
[federation]
|
|
enabled = true
|
|
enable_open_federation = true
|
|
trusted_servers = []
|
|
|
|
[media]
|
|
max_file_size = 10_485_760
|
|
max_thumbnail_size = 5_242_880
|
|
|
|
[presence]
|
|
enabled = true
|
|
update_interval = 300_000
|
|
|
|
[log]
|
|
level = "info"
|
|
|
|
[admin]
|
|
admins = ["@admin:fleet.example.com"]
|