Sha256: b10a039ec50ef30e997202b21ca9968867a8410082228c6d7b53931df588386f

Contents?: true

Size: 234 Bytes

Versions: 8

Compression:

Stored size: 234 Bytes

Contents

default: &default
  username: postgres
  password: postgres
  host: localhost
  adapter: postgresql
  encoding: unicode
  pool: 5

development:
  <<: *default
  database: backy_development

test:
  <<: *default
  database: backy_test

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
backy_rb-0.2.1 config/database.example.yml
backy_rb-0.2.0 config/database.example.yml
backy_rb-0.1.8 config/database.example.yml
backy_rb-0.1.7 config/database.example.yml
backy_rb-0.1.6 config/database.example.yml
backy_rb-0.1.5 config/database.example.yml
backy_rb-0.1.4 config/database.example.yml
backy_rb-0.1.3 config/database.example.yml