Sha256: 32fb619bb7e997cf9d395291068713a17a6caae322fd5be4dc54236e2791ba66

Contents?: true

Size: 582 Bytes

Versions: 1

Compression:

Stored size: 582 Bytes

Contents

# SQLite version 3.x
#   gem install sqlite3
#
#   Ensure the SQLite 3 gem is defined in your Gemfile
#   gem 'sqlite3'
development:
  adapter: postgresql
  database: polyblock_development
  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: postgresql
  database: polyblock_test
  pool: 5
  timeout: 5000

production:
  adapter: postgresql
  database: polyblock_production
  pool: 5
  timeout: 5000

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
polyblock-0.9.7 test/dummy/config/database.yml