sqlite-config.yaml 423 B

12345678910111213141516
  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: ".ci/test.signing.key"
  6. report_stats: false
  7. database:
  8. name: "sqlite3"
  9. args:
  10. database: ".ci/test_db.db"
  11. # Suppress the key server warning.
  12. trusted_key_servers: []