Sha256: c6da3d450cfea58bc6943a09cb8741138e61a75cc15b770f8ea430bcab16605b

Contents?: true

Size: 596 Bytes

Versions: 10

Compression:

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

10 entries across 10 versions & 1 rubygems

Version Path
spina-0.6.20 test/dummy/config/database.yml
spina-0.6.19 test/dummy/config/database.yml
spina-0.6.18 test/dummy/config/database.yml
spina-0.6.17 test/dummy/config/database.yml
spina-0.6.16 test/dummy/config/database.yml
spina-0.6.15 test/dummy/config/database.yml
spina-0.6.14 test/dummy/config/database.yml
spina-0.6.13 test/dummy/config/database.yml
spina-0.6.12 test/dummy/config/database.yml
spina-0.6.11 test/dummy/config/database.yml