Sha256: 4910318f7973a328fce108c9663c14a8b8aa991a349131f0b241bd1a0deaf10d

Contents?: true

Size: 547 Bytes

Versions: 1

Compression:

Stored size: 547 Bytes

Contents

development:
  adapter: postgresql
  encoding: unicode
  database: autocash_rails3_pg_deferred_constraints_development
  pool: 5
  username: postgres
  password: secret
  host: localhost

test:
  adapter: postgresql
  encoding: unicode
  database: autocash_rails3_pg_deferred_constraints_test
  pool: 5
  username: postgres
  password: secret
  host: localhost

production:
  adapter: postgresql
  encoding: unicode
  database: autocash_rails3_pg_deferred_constraints_production
  pool: 5
  username: postgres
  password: secret
  host: localhost

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails3_pg_deferred_constraints-0.1.0 test/dummy/config/database.yml