diff options
Diffstat (limited to '.buildkite/sqlite-config.yaml')
-rw-r--r-- | .buildkite/sqlite-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.buildkite/sqlite-config.yaml b/.buildkite/sqlite-config.yaml index 5276aaff03..635b921764 100644 --- a/.buildkite/sqlite-config.yaml +++ b/.buildkite/sqlite-config.yaml @@ -1,7 +1,7 @@ # Configuration file used for testing the 'synapse_port_db' script. # Tells the 'update_database' script to connect to the test SQLite database to upgrade its # schema and run background updates on it. -server_name: "localhost:8080" +server_name: "test" signing_key_path: "/src/.buildkite/test.signing.key" |