Sha256: 0287a0dd02c0da77be0c5d8874320771a1d6e1e7bf03db4c3bcbc2b31c1eafd1
Contents?: true
Size: 449 Bytes
Versions: 11
Compression:
Stored size: 449 Bytes
Contents
default: &default adapter: postgresql pool: 5 timeout: 5000 url: postgres://postgres:root@localhost:5432 development: <<: *default database: censor_bear_development # 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: censor_bear_test production: <<: *default
Version data entries
11 entries across 11 versions & 1 rubygems