Sha256: 5d0611127872c9d99156e138755ed6700e8d192a6d31bfcdd10ffda8e343c25c

Contents?: true

Size: 330 Bytes

Versions: 4

Compression:

Stored size: 330 Bytes

Contents

sqlite:
  adapter: <%= "jdbc" if defined? JRUBY_VERSION %>sqlite3
  database: test/sqlite.db
  timeout: 500
  pool: 50
postgresql:
  adapter: postgresql
  username: postgres
  database: druthers_test
  min_messages: ERROR
  pool: 50
mysql:
  adapter: mysql2
  host: localhost
  username: root
  database: druthers_test
  pool: 50

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
druthers-1.0.0 test/database.yml
druthers-0.0.3 test/database.yml
druthers-0.0.2 test/database.yml
druthers-0.0.1 test/database.yml