summaryrefslogtreecommitdiff
path: root/conduit-git/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'conduit-git/config.toml')
-rw-r--r--conduit-git/config.toml13
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"]