Sha256: 0613f013ab20504b67e5c1620251bf4fc5d4aec8834406391d9f7151d75cfc48

Contents?: true

Size: 579 Bytes

Versions: 2

Compression:

Stored size: 579 Bytes

Contents

default: &default
  adapter: postgresql
  encoding: unicode
  pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
  timeout: 5000
  username: stitchfix_owner
  password:
  host: localhost
  port: 5432

development:
  <<: *default
  database: stitches_fake_app_dev

# 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:
  <<: *default
  database: stitches_fake_app_test

production:
  <<: *default
  database: stitches_fake_app_production

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
stitches-5.0.0 spec/fake_app/config/database.yml
stitches-5.0.0.RC1 spec/fake_app/config/database.yml