Sha256: 25295d14a7771ddcc3991984d4aa3bb1961bd0a84396ffe50e375ce0794dbdf3

Contents?: true

Size: 541 Bytes

Versions: 6

Compression:

Stored size: 541 Bytes

Contents

# SQLite version 3.x
#   gem install sqlite3
#
#   Ensure the SQLite 3 gem is defined in your Gemfile
#   gem 'sqlite3'
#
default: &default
  adapter: postgresql
  encoding: unicode
  pool: 5
  timeout: 5000
  username: tkbrigham
  password:

development:
  <<: *default
  database: nextable-dev-pg

# 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:
  <<: *default
  database: nextable-test-pg

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
nextable-0.1.0 test/dummy/config/database.yml
nextable-0.0.11 test/dummy/config/database.yml
nextable-0.0.10 test/dummy/config/database.yml
nextable-0.0.9 test/dummy/config/database.yml
nextable-0.0.8 test/dummy/config/database.yml
nextable-0.0.7 test/dummy/config/database.yml