Sha256: 46f2f5ffa4f08d0a69c2f8f012c03ae54576f16d8685041bb38879551bcd64c9

Contents?: true

Size: 569 Bytes

Versions: 5

Compression:

Stored size: 569 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 authkit gem (not from within Rails). This file makes
# it easy to test alternate database drivers with Authkit. The
# default testing environment uses the rails default (sqlite3).

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
authkit-0.7.0 config/database.yml.example
authkit-0.5.0 config/database.yml.example
authkit-0.4.0 config/database.yml.example
authkit-0.2.1 config/database.yml.example
authkit-0.0.1 config/database.yml.example