Sha256: 521e640e6e1999beb760075d8849746fff457691496c6f8691de0bc63e771679

Contents?: true

Size: 366 Bytes

Versions: 6

Compression:

Stored size: 366 Bytes

Contents

credentials: &credentials
  encoding: utf8
  adapter: postgresql
  username: newsletter
  password: newsletter_pass
  host: localhost
  reconnect: true
  pool: 5
  timeout: 5000

development:
  <<: *credentials 
  database: mail_manager_development
 
test:
  <<: *credentials 
  database: mail_manager_test
 
production:
  <<: *credentials 
  database: mail_manager

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
newsletter-3.2.6 spec/test_app/config/database.postgres.yml
newsletter-3.2.5 spec/test_app/config/database.postgres.yml
newsletter-3.2.4 spec/test_app/config/database.postgres.yml
newsletter-3.2.2 spec/test_app/config/database.postgres.yml
newsletter-3.2.1 spec/test_app/config/database.postgres.yml
newsletter-3.2.0 spec/test_app/config/database.postgres.yml