Sha256: ec356267951a0e18f1b590e0358c2d4f592df9eb12d0201272c99513accc889d

Contents?: true

Size: 577 Bytes

Versions: 3

Compression:

Stored size: 577 Bytes

Contents

# This file is not copied to or used by your Rails environment. The only time
# these settings are used is when you have executed rake test:database while
# running the tests for the notifykit gem (not from within Rails). This file makes
# it easy to test alternate database drivers with notifykit. The
# default testing environment uses the rails default (sqlite3).

development:
  adapter: mysql
  database: notifykit_development
  username: root
  password:
  host: localhost

test:
  adapter: mysql
  database: notifykit_test
  username: root
  password:
  host: localhost

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
notifykit-0.3.0 config/database.yml.example
notifykit-0.2.0 config/database.yml.example
notifykit-0.1.0 config/database.yml.example