Sha256: 1fca5e6c8d828c3fdf7bd60d7493c9a1da90c91719c844ef00556cb8d0157aad

Contents?: true

Size: 250 Bytes

Versions: 11

Compression:

Stored size: 250 Bytes

Contents

default: &default
  adapter: postgresql
  pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
  timeout: 5000

development:
  <<: *default
  database: dummy_dev

test:
  <<: *default
  database: dummy_test

production:
  <<: *default
  database: dummy

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
api_user_auth-0.1.9 spec/dummy/config/database.yml
api_user_auth-0.1.8 spec/dummy/config/database.yml
api_user_auth-0.1.7 spec/dummy/config/database.yml
api_user_auth-0.1.6 spec/dummy/config/database.yml
api_user_auth-0.1.5 spec/dummy/config/database.yml
api_user_auth-0.1.4 spec/dummy/config/database.yml
api_user_auth-0.1.2 spec/dummy/config/database.yml
api_user_auth-0.1.1 spec/dummy/config/database.yml
api_user_auth-0.1.0 spec/dummy/config/database.yml
api_user_auth-0.0.14 spec/dummy/config/database.yml
api_user_auth-0.0.12 spec/dummy/config/database.yml