Sha256: 42c39b89e69f1ea82ca934cfc9972d2893bf0baaccbfb157db7553071b67c818

Contents?: true

Size: 390 Bytes

Versions: 3

Compression:

Stored size: 390 Bytes

Contents

sqlite3_file:
  adapter: sqlite3
  dbfile: conditions_fu.sqlite.db
sqlite3:
  adapter: sqlite3
  database: ":memory:"
postgresql:
  adapter: postgresql
  username: postgres
  password: postgres
  database: conditions_fu_test
  min_messages: ERROR
mysql:
  adapter: mysql
  host: localhost
  username: conditions_fu
  password: conditions_fu
  database: conditions_fu_test

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sprsquish-conditions_fu-0.2.0 test/database.yml
sprsquish-conditions_fu-0.2.1 test/database.yml
sprsquish-conditions_fu-0.3.0 test/database.yml