port: &ports
  adapter:  postgres
  host:     localhost

development:
  database: myapp_development
  <<: *ports