diff options
author | metamuffin <metamuffin@disroot.org> | 2024-10-12 16:39:21 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-10-12 16:39:21 +0200 |
commit | a9fd82ae18eb67f6288d46d40bc893598922d181 (patch) | |
tree | 0f8f2d2cef42fcac145d5beb097e76197bc6f232 /conduit-git/config.toml | |
download | pkgbuilds-a9fd82ae18eb67f6288d46d40bc893598922d181.tar pkgbuilds-a9fd82ae18eb67f6288d46d40bc893598922d181.tar.bz2 pkgbuilds-a9fd82ae18eb67f6288d46d40bc893598922d181.tar.zst |
add existing pkgbuilds
Diffstat (limited to 'conduit-git/config.toml')
-rw-r--r-- | conduit-git/config.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/conduit-git/config.toml b/conduit-git/config.toml new file mode 100644 index 0000000..d72932c --- /dev/null +++ b/conduit-git/config.toml @@ -0,0 +1,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"] |