diff options
author | metamuffin <metamuffin@disroot.org> | 2025-02-05 13:49:59 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-02-05 13:49:59 +0100 |
commit | ddb685b8c6009017631dda1e6e95c009f9d90945 (patch) | |
tree | 38d899c7d3589be317c2d3d03dcdd5711f682e78 /conduit-git/config.toml | |
parent | c4043e0d2973cc2d7959f30cd2eb70eb945c6408 (diff) | |
download | pkgbuilds-ddb685b8c6009017631dda1e6e95c009f9d90945.tar pkgbuilds-ddb685b8c6009017631dda1e6e95c009f9d90945.tar.bz2 pkgbuilds-ddb685b8c6009017631dda1e6e95c009f9d90945.tar.zst |
remove conduit
Diffstat (limited to 'conduit-git/config.toml')
-rw-r--r-- | conduit-git/config.toml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/conduit-git/config.toml b/conduit-git/config.toml deleted file mode 100644 index d72932c..0000000 --- a/conduit-git/config.toml +++ /dev/null @@ -1,13 +0,0 @@ -[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"] |