Sha256: fd4e85dadf3d2a9ca5408ab0ceaab255740d62c4c905395c65623e80e994006d

Contents?: true

Size: 203 Bytes

Versions: 7

Compression:

Stored size: 203 Bytes

Contents

mysql:
  adapter: mysql
  database: qwirk_test
  username: root
  password:
  host: 127.0.0.1
  pool: 5
  timeout: 5000

sqlite3:
  adapter: sqlite3
  database: db/test.sqlite3
  pool: 5
  timeout: 5000

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
qwirk-0.2.4 test/database.yml
qwirk-0.2.3 test/database.yml
qwirk-0.2.2 test/database.yml
qwirk-0.2.1 test/database.yml
qwirk-0.2.0 test/database.yml
qwirk-0.1.0 test/database.yml
qwirk-0.0.1 test/database.yml