Sha256: 2a6cea8183bfa9f54459cb24afa9b4fd1c8d69eb8e725bc255893e56dcd8db67

Contents?: true

Size: 440 Bytes

Versions: 8

Compression:

Stored size: 440 Bytes

Contents

# 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: apartment_postgresql_test
  min_messages: WARNING
  pool: 5
  timeout: 5000
  
development:
  adapter: postgresql
  database: apartment_postgresql_development
  min_messages: WARNING
  pool: 5
  timeout: 5000

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
dr-apartment-0.14.1 spec/dummy/config/database.yml
apartment-0.16.0 spec/dummy/config/database.yml
apartment-0.15.0 spec/dummy/config/database.yml
apartment-0.14.4 spec/dummy/config/database.yml
apartment-0.14.3 spec/dummy/config/database.yml
apartment-0.14.2 spec/dummy/config/database.yml
apartment-0.14.1 spec/dummy/config/database.yml
apartment-0.14.0 spec/dummy/config/database.yml