Sha256: 4b26645b0c77049444ee18b559ee2ae053bad9df80d19ae6e1925618c4ee085d

Contents?: true

Size: 483 Bytes

Versions: 5

Compression:

Stored size: 483 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

5 entries across 5 versions & 1 rubygems

Version Path
half-pipe-0.3.0.beta.2 examples/todomvc-rails/config/database.yml
half-pipe-0.3.0.beta.1 examples/todomvc-rails/config/database.yml
half-pipe-0.3.0.alpha.5 examples/todomvc-rails/config/database.yml
half-pipe-0.3.0.alpha.4 examples/todomvc-rails/config/database.yml
half-pipe-0.3.0.alpha.3 examples/todomvc-rails/config/database.yml