Sha256: b84eca982a2733d610e6b97e4a5183f71f27d30b0a5297553ccd1d70c482c5b4

Contents?: true

Size: 657 Bytes

Versions: 3

Compression:

Stored size: 657 Bytes

Contents

# SQLite version 3.x
#   gem install sqlite3
#
#   Ensure the SQLite 3 gem is defined in your Gemfile
#   gem 'sqlite3'
development:
  adapter: postgresql
  encoding: unicode
  database: hitchens_dummy_development
  pool: 5
  timeout: 5000

# 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:
  adapter: postgresql
  encoding: unicode
  database: hitchens_dummy_test
  pool: 5
  timeout: 5000

production:
  adapter: postgresql
  encoding: unicode
  database: hitchens_dummy_production
  pool: 5
  timeout: 5000

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hitchens-0.0.3 test/dummy/config/database.yml
hitchens-0.0.2 test/dummy/config/database.yml
hitchens-0.0.1 test/dummy/config/database.yml