Sha256: d3ecfd8f88ce3a33fd30c80f9b80dbc545e73fd0a5873d3174f2d5463371465b

Contents?: true

Size: 543 Bytes

Versions: 3

Compression:

Stored size: 543 Bytes

Contents

# SQLite version 3.x
#   gem install sqlite3-ruby (not necessary on OS X Leopard)
development:
  adapter: sqlite3
  database: ":memory:"
  pool: 5
  timeout: 5000

# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
  adapter: sqlite3
  database: ":memory:"
  pool: 5
  timeout: 5000

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
devise_password_sharing_extension-0.0.4 spec/rails_app/config/database.yml
devise_password_sharing_extension-0.0.2 spec/rails_app/config/database.yml
devise_password_sharing_extension-0.0.1 spec/rails_app/config/database.yml