Sha256: a1563a83aab62ff4c09f9e9eebdc7fcc56c51ce69841b5ca4bec1ce19e218b7e

Contents?: true

Size: 936 Bytes

Versions: 1

Compression:

Stored size: 936 Bytes

Contents

# This file contains the databases that the test suite will be run against if you run rake:test:adapters or set the
# environment variable ADAPTER (use commas to test multiple adapters). If you want, you can add your own adapter below
# and it will be added to the test suite.

sqlite3:
  adapter: seamless_database_pool
  database: test.sqlite3
  master:
    adapter: sqlite3
    pool_weight: 0
  read_pool:
    - adapter: read_only
      real_adapter: sqlite3

postgresql:
  adapter: seamless_database_pool
  database: seamless_database_pool_test
  username: postgres
  password: postgres
  master:
    adapter: postgresql
    pool_weight: 0
  read_pool:
    - adapter: read_only
      real_adapter: postgresql

mysql:
  adapter: seamless_database_pool
  database: seamless_database_pool_test
  username: root
  password:
  master:
    adapter: mysql
    pool_weight: 0
  read_pool:
    - adapter: read_only
      real_adapter: mysql

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
seamless_database_pool-1.0.12 spec/database.yml