You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
423 B

  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: []