Sha256: dc75cec80e33b4b99699b81a0ae19fcf7611780175c00ed72099296b17645028

Contents?: true

Size: 581 Bytes

Versions: 1

Compression:

Stored size: 581 Bytes

Contents

# SQLite version 3.x
#   gem install postgresql
#
#   Ensure the SQLite 3 gem is defined in your Gemfile
#   gem 'postgresql'
development:
  adapter: postgresql
  encoding: unicode
  database: properity_dummy_development
  pool: 5
  username: postgres
  password:

# 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
  encoding: unicode
  database: properity_dummy_test
  pool: 5
  username: postgres
  password:

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
prosperity-0.0.1 spec/dummy/config/database.yml