Sha256: e64f0cc03c9aaaa0cb03bb0d01dbaf5923f7ac4fa08980665a1fa4e6e03f67be

Contents?: true

Size: 227 Bytes

Versions: 13

Compression:

Stored size: 227 Bytes

Contents

test: &test
  adapter: postgresql
  database: paper_trail_test
  username: postgres
  password: 
  host:     localhost
  port:     5432

foo:
  <<: *test
  database: paper_trail_foo

bar:
  <<: *test
  database: paper_trail_bar

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
paper_trail-4.0.2 test/dummy/config/database.postgres.yml
paper_trail-4.0.1 test/dummy/config/database.postgres.yml
paper_trail-3.0.9 test/dummy/config/database.postgres.yml
paper_trail-4.0.0 test/dummy/config/database.postgres.yml
paper_trail-4.0.0.rc2 test/dummy/config/database.postgres.yml
paper_trail-4.0.0.rc1 test/dummy/config/database.postgres.yml
paper_trail-3.0.8 test/dummy/config/database.postgres.yml
paper_trail-3.0.7 test/dummy/config/database.postgres.yml
paper_trail-4.0.0.beta2 test/dummy/config/database.postgres.yml
paper_trail-4.0.0.beta1 test/dummy/config/database.postgres.yml
paper_trail-3.0.6 test/dummy/config/database.postgres.yml
paper_trail-3.0.5 test/dummy/config/database.postgres.yml
paper_trail-3.0.2 test/dummy/config/database.postgres.yml