Sha256: 124db6ee80d032c99a46095a7931ecb479003e8da7a532715f5dd98b9a83a2a1

Contents?: true

Size: 322 Bytes

Versions: 1

Compression:

Stored size: 322 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active_record_replica-3.0.0 test/database.yml