Sha256: c7f0420e59f9ce2327681f395884b0f0b138a1de17302cfdc0fdcb5ed8b338ae

Contents?: true

Size: 508 Bytes

Versions: 3

Compression:

Stored size: 508 Bytes

Contents

development:
  timeout: 5000
  database: dummy_development
  adapter: postgresql
  encoding: utf8
  host: localhost
  username: postgres
  # password: secret

# Warning: The database defined as 'test' will be erased and
# re-generated from your development database when you run 'rake'.
# Do not set this db to the same as development or production.
test: &test
  timeout: 5000
  database: dummy_test<%= ENV['TEST_ENV_NUMBER'] %>
  adapter: postgresql
  encoding: utf8
  host: localhost
  username: postgres

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pliable-0.2.1 spec/dummy/config/database.yml
pliable-0.2.0 spec/dummy/config/database.yml
pliable-0.1.0 spec/dummy/config/database.yml