Sha256: ea21084fdd16142ab7967d8080bd8308effc85ca8d4c9ae4630d8dbb09b988a8

Contents?: true

Size: 435 Bytes

Versions: 8

Compression:

Stored size: 435 Bytes

Contents

# SQLite version 3.x
#   gem install sqlite3
#
#   Ensure the SQLite 3 gem is defined in your Gemfile
#   gem 'sqlite3'
development:
  adapter: postgresql
  encoding: unicode
  database: spina_development
  pool: 5
  host: localhost

test:
  adapter: postgresql
  encoding: unicode
  database: spina_test
  pool: 5
  host: localhost

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
spina-0.8.3 test/dummy/config/database.yml
spina-0.8.2 test/dummy/config/database.yml
spina-0.8.1 test/dummy/config/database.yml
spina-0.8.0 test/dummy/config/database.yml
spina-0.7.3 test/dummy/config/database.yml
spina-0.7.2 test/dummy/config/database.yml
spina-0.7.0 test/dummy/config/database.yml
spina-0.6.29 test/dummy/config/database.yml