diff options
author | Erik Johnston <erik@matrix.org> | 2019-12-06 16:27:29 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-12-06 16:41:48 +0000 |
commit | 71ee22c0baf7c804ecc93ce5fd9ac00e1f410e6f (patch) | |
tree | a7211c1c255bdd41392d6ff6a9d866e18eaa7bf9 /.buildkite/postgres-config.yaml | |
parent | Newsfile (diff) | |
download | synapse-71ee22c0baf7c804ecc93ce5fd9ac00e1f410e6f.tar.xz |
Fix port db script
Diffstat (limited to '.buildkite/postgres-config.yaml')
-rw-r--r-- | .buildkite/postgres-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.buildkite/postgres-config.yaml b/.buildkite/postgres-config.yaml index a35fec394d..2acbe66f4c 100644 --- a/.buildkite/postgres-config.yaml +++ b/.buildkite/postgres-config.yaml @@ -1,7 +1,7 @@ # Configuration file used for testing the 'synapse_port_db' script. # Tells the script to connect to the postgresql database that will be available in the # CI's Docker setup at the point where this file is considered. -server_name: "test" +server_name: "localhost:8800" signing_key_path: "/src/.buildkite/test.signing.key" |