Sha256: 266ae8cdf0b35287d2c90c174a94bd5c6bbc5b49fbe83ab9ff7e5542f5ddc12b

Contents?: true

Size: 302 Bytes

Versions: 1

Compression:

Stored size: 302 Bytes

Contents

development:
  adapter: postgresql
  host: 127.0.0.1
  database: uuidify_dev
  username: postgres
  password: 0R3EhgbYBBJE4KMK
  pool: 5
  timeout: 5000

test:
  adapter: postgresql
  host: 127.0.0.1
  database: uuidify_test
  username: postgres
  password: 0R3EhgbYBBJE4KMK
  pool: 5
  timeout: 5000

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
uuidify-0.5.0 spec/dummy/config/database.yml~