Sha256: 29dbb814822375251595a054fb4342af633e9f5348ae28e8c5bcfe1811e1fa39

Contents?: true

Size: 525 Bytes

Versions: 1

Compression:

Stored size: 525 Bytes

Contents

development:
  timeout: 5000
  database: search_context_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: search_context_test<%= ENV['TEST_ENV_NUMBER'] %>
  adapter: postgresql
  encoding: utf8
  host: localhost
  username: postgres

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
search_steroids-0.0.1 spec/dummy/config/database.yml