mirror of
https://github.com/samjage/lab.git
synced 2026-06-06 06:50:42 +00:00
9 lines
226 B
TOML
9 lines
226 B
TOML
[global]
|
|
server_name = "invokesmoke.dev"
|
|
database_path = "/var/lib/tuwunel/db"
|
|
port = [6167]
|
|
address = "0.0.0.0"
|
|
allow_registration = false
|
|
allow_federation = true
|
|
max_request_size = 20_000_000
|
|
trusted_servers = ["matrix.org"] |