Sha256: 6e3bc7a54c4582990d1aff3d0a97f982ba95b15226f42a89595871907ce4a434

Contents?: true

Size: 484 Bytes

Versions: 62

Compression:

Stored size: 484 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: db/test.sqlite3
  pool: 5
  timeout: 5000

Version data entries

62 entries across 62 versions & 10 rubygems

Version Path
devise-multi-factor-3.1.7 spec/rails_app/config/database.yml
devise-multi-factor-3.1.6 spec/rails_app/config/database.yml
devise-multi-factor-3.1.5 spec/rails_app/config/database.yml
godmin-2.0.0 test/dummy/config/database.yml
two_factor_authentication-2.2.0 spec/rails_app/config/database.yml
two_factor_authentication-2.1.1 spec/rails_app/config/database.yml
two_factor_authentication-2.1.0 spec/rails_app/config/database.yml
two_factor_authentication-2.0.1 spec/rails_app/config/database.yml
two_factor_authentication-2.0.0 spec/rails_app/config/database.yml
godmin-1.5.0 test/dummy/config/database.yml
godmin-1.4.0 test/dummy/config/database.yml
godmin-1.3.1 test/dummy/config/database.yml
godmin-1.3.0 test/dummy/config/database.yml
godmin-1.2.0 test/dummy/config/database.yml
two_factor_authentication-1.1.5 spec/rails_app/config/database.yml
two_factor_authentication-1.1.4 spec/rails_app/config/database.yml
godmin-1.1.0 test/dummy/config/database.yml
godmin-1.0.0 test/dummy/config/database.yml
godmin-0.12.4 test/dummy/config/database.yml
godmin-0.12.3 test/dummy/config/database.yml