Sha256: 0941e5080d015712a4a909fb3d8ed84f2072a8fb78394113fba1a68b20ef3cc9

Contents?: true

Size: 468 Bytes

Versions: 48

Compression:

Stored size: 468 Bytes

Contents

# SQLite version 3.x
#   gem install sqlite3
#
#   Ensure the SQLite 3 gem is defined in your Gemfile
#   gem 'sqlite3'
development:
  adapter: sqlite3
  database: db/development.sqlite3
  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:"
  timeout: 500

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
adminpanel-2.1.6 test/dummy/config/database.yml
adminpanel-2.1.5 test/dummy/config/database.yml
adminpanel-2.1.3 test/dummy/config/database.yml
adminpanel-2.1.2 test/dummy/config/database.yml
adminpanel-2.1.1 test/dummy/config/database.yml
adminpanel-2.1.0 spec/dummy/config/database.yml
adminpanel-2.0.1 spec/dummy/config/database.yml
adminpanel-2.0.0 spec/dummy/config/database.yml