1 files changed, 2 insertions, 2 deletions
diff --git a/.buildkite/postgres-config.yaml b/ci/postgres-config.yaml
index 67e17fa9d1..511fef495d 100644
--- a/.buildkite/postgres-config.yaml
+++ b/ci/postgres-config.yaml
@@ -3,7 +3,7 @@
# CI's Docker setup at the point where this file is considered.
server_name: "localhost:8800"
-signing_key_path: ".buildkite/test.signing.key"
+signing_key_path: "ci/test.signing.key"
report_stats: false
@@ -11,7 +11,7 @@ database:
name: "psycopg2"
args:
user: postgres
- host: postgres
+ host: localhost
password: postgres
database: synapse
|