Sha256: dd50976d83f53268ff5d9545d9a384a823fb1d32567cc319367e29b41716c765

Contents?: true

Size: 286 Bytes

Versions: 4

Compression:

Stored size: 286 Bytes

Contents

sqlite:
  adapter: sqlite3
  database: ":memory:"

mysql:
  adapter: mysql2
  database: search_cop
  host: 127.0.0.1
  username: root
  encoding: utf8

postgres:
  host: 127.0.0.1
  adapter: postgresql
  database: search_cop
  username: search_cop
  password: secret
  encoding: utf8

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
search_cop-1.2.3 test/database.yml
search_cop-1.2.2 test/database.yml
search_cop-1.2.1 test/database.yml
search_cop-1.2.0 test/database.yml