test: adapter: sqlite3 database: test/test.sqlite3 pool: 5 timeout: 5000 # Make the replica a separate database that is not replicad to ensure reads # and writes go to the appropriate databases replica: adapter: sqlite3 database: test/test_replica.sqlite3 pool: 5 timeout: 5000