From 0fc49b7d5e9a6b92b64750895e8f937212b56459 Mon Sep 17 00:00:00 2001 From: Jonas Zohren Date: Fri, 16 Jul 2021 21:21:29 +0200 Subject: [PATCH] Fix: Actually use a db path that the CI runner knows --- tests/test-config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-config.toml b/tests/test-config.toml index 26b0ee3..badc6eb 100644 --- a/tests/test-config.toml +++ b/tests/test-config.toml @@ -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