Sha256: 52becf1de5511b2ed3bd20e7d2b1f2a4ee7a15b47da2642d3ab0955087563a62

Contents?: true

Size: 192 Bytes

Versions: 7

Compression:

Stored size: 192 Bytes

Contents

default: &default
  adapter: postgresql
  encoding: unicode
  host: localhost

development:
  <<: *default
  database: human_urls_development
test:
  <<: *default
  database: human_urls_test

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
human_urls-0.1.6.pre.alpha.0 test/dummy/config/database.yml
human_urls-0.1.5.pre.alpha.0 test/dummy/config/database.yml
human_urls-0.1.4.pre.alpha.0 test/dummy/config/database.yml
human_urls-0.1.3.pre.alpha.0 test/dummy/config/database.yml
human_urls-0.1.2 test/dummy/config/database.yml
human_urls-0.1.1 test/dummy/config/database.yml
human_urls-0.1.0 test/dummy/config/database.yml