Sha256: cf797ce67756f7f46baab0731459f3125cc66ac5d732ef34ea0cbf64df66d584

Contents?: true

Size: 357 Bytes

Versions: 7

Compression:

Stored size: 357 Bytes

Contents

sqlite3:
  adapter: sqlite3
  dbfile: muck_comments.sqlite3.db
sqlite3mem:
  :adapter: sqlite3
  :dbfile: ":memory:"
postgresql:
  :adapter: postgresql
  :username: postgres
  :password: postgres
  :database: muck_comments_test
  :min_messages: ERROR
mysql:
  :adapter: mysql
  :host: localhost
  :username: root
  :password:
  :database: muck_comments_test

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
muck-comments-0.1.1 test/db/database.yml
muck-comments-0.1.2 test/db/database.yml
muck-comments-0.1.3 test/db/database.yml
muck-comments-0.1.4 test/db/database.yml
muck-comments-0.1.5 test/db/database.yml
muck-comments-0.1.6 test/db/database.yml
muck-comments-0.1.0 test/db/database.yml