blob: d72932cd839fd29e5c3dabb19ad34ff1c229d6e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[global]
server_name = "CHANGE THIS"
database_path = "/var/lib/conduit-matrix/conduit_db"
database_backend = "rocksdb"
port = 6167
address = "127.0.0.1"
max_request_size = 20_000_000
allow_registration = false
registration_token = "CHANGE THIS"
allow_encryption = true
allow_federation = true
enable_lightning_bolt = true
trusted_servers = ["matrix.org"]
|