summaryrefslogtreecommitdiff
path: root/conduit-example.toml
diff options
context:
space:
mode:
authorTimo Kösters <timo@koesters.xyz>2021-07-30 19:27:37 +0200
committerTimo Kösters <timo@koesters.xyz>2021-07-30 19:27:37 +0200
commit0f045890eb920060d0fdf50bdcfb898b54169139 (patch)
tree276eaf748a22078d6bb419c8107b0f0736a1ae9b /conduit-example.toml
parentdc85a8fafd5069eccf66125a6c27f40954ce0ea4 (diff)
downloadconduit-0f045890eb920060d0fdf50bdcfb898b54169139.zip
docs: make it clear that database_path is a folder
Diffstat (limited to 'conduit-example.toml')
-rw-r--r--conduit-example.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/conduit-example.toml b/conduit-example.toml
index d184991..7d419cf 100644
--- a/conduit-example.toml
+++ b/conduit-example.toml
@@ -12,7 +12,7 @@
#server_name = "your.server.name"
# This is the only directory where Conduit will save its data
-database_path = "/var/lib/conduit/conduit.db"
+database_path = "/var/lib/conduit/"
# 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
@@ -44,4 +44,4 @@ address = "127.0.0.1" # This makes sure Conduit can only be reached using the re
proxy = "none" # more examples can be found at src/database/proxy.rs:6
# The total amount of memory that the database will use.
-#db_cache_capacity_mb = 200 \ No newline at end of file
+#db_cache_capacity_mb = 200