Sha256: 059fb99a5184f8e3837eac5b1bc0bd3bdc41c6b51a1cae842d4e512426e1728a

Contents?: true

Size: 616 Bytes

Versions: 8

Compression:

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

# 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

# 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.6.28 test/dummy/config/database.yml
spina-0.6.27 test/dummy/config/database.yml
spina-0.6.26 test/dummy/config/database.yml
spina-0.6.25 test/dummy/config/database.yml
spina-0.6.24 test/dummy/config/database.yml
spina-0.6.23 test/dummy/config/database.yml
spina-0.6.22 test/dummy/config/database.yml
spina-0.6.21 test/dummy/config/database.yml