Browse Source

Fix: Actually use a db path that the CI runner knows

merge-requests/128/head
Jonas Zohren 5 years ago
parent
commit
0fc49b7d5e
  1. 2
      tests/test-config.toml

2
tests/test-config.toml

@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
server_name = "localhost"
# This is the only directory where Conduit will save its data
database_path = "/home/jfowl/projects/conduit/_conduit_db"
database_path = "/tmp"
# 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…
Cancel
Save