sqlite-config.yaml 503 B

123456789101112131415161718
  1. # Configuration file used for testing the 'synapse_port_db' script.
  2. # Tells the 'update_database' script to connect to the test SQLite database to upgrade its
  3. # schema and run background updates on it.
  4. server_name: "localhost:8800"
  5. signing_key_path: "/src/.buildkite/test.signing.key"
  6. report_stats: false
  7. database:
  8. name: "sqlite3"
  9. args:
  10. database: ".buildkite/test_db.db"
  11. # Suppress the key server warning.
  12. trusted_key_servers:
  13. - server_name: "matrix.org"
  14. suppress_key_server_warning: true