mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-01-28 03:35:55 +03:00
docs: make it clear that database_path is a folder
This commit is contained in:
parent
dc85a8fafd
commit
0f045890eb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue