From 45a8c743abdbd4c7ae48531b9aa2d86aa2c1e465 Mon Sep 17 00:00:00 2001 From: "Aode (Lion)" Date: Sun, 16 Jan 2022 17:44:27 -0600 Subject: [PATCH] Remove conduit.toml --- conduit.toml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 conduit.toml diff --git a/conduit.toml b/conduit.toml deleted file mode 100644 index fe38fed..0000000 --- a/conduit.toml +++ /dev/null @@ -1,23 +0,0 @@ -[global] -# This is the only directory where Conduit will save its data -database_path = "/mnt/conduit_db" - -# The port Conduit will be running on. You need to set up a reverse proxy in -# your web server (e.g. apache or nginx), so all requests to /_matrix on port -# 443 and 8448 will be forwarded to the Conduit instance running on this port -port = 6167 - -# Max size for uploads -max_request_size = 40_000_000 # in bytes - -# Enables registration. If set to false, no users can register on this server. -allow_registration = true - -# Disable encryption, so no new encrypted rooms can be created -# Note: existing rooms will continue to work -allow_encryption = true -allow_federation = true - -trusted_servers = ["matrix.org"] - -address = "0.0.0.0"