Sha256: 2e2e59b51c1bdb38faf9f48d75954c60d7663adf24d76dbaf4c1d1d91e458741

Contents?: true

Size: 212 Bytes

Versions: 2

Compression:

Stored size: 212 Bytes

Contents

postgres: &postgres
  adapter: postgresql
  host: localhost
  port: 5432

development:
  <<: *postgres
  database: notifiable-apns-grocer-development

test:
  <<: *postgres
  database: notifiable-apns-grocer-test

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
notifiable-apns-grocer-0.18.1 config/database.yml
notifiable-apns-grocer-0.18.0 config/database.yml