Sha256: 930a254492832aadd2b1825af7474569fd2dbc4b0f8822c83e51384481d51788

Contents?: true

Size: 162 Bytes

Versions: 11

Compression:

Stored size: 162 Bytes

Contents

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

test:
  <<: *default
  database: db/development.sqlite3

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
anchormodel-0.2.5 test/dummy/config/database.yml
anchormodel-0.2.4 test/dummy/config/database.yml
anchormodel-0.2.3 test/dummy/config/database.yml
anchormodel-0.2.2 test/dummy/config/database.yml
anchormodel-0.2.0 test/dummy/config/database.yml
anchormodel-0.1.5 test/dummy/config/database.yml
anchormodel-0.1.4 test/dummy/config/database.yml
anchormodel-0.1.3 test/dummy/config/database.yml
anchormodel-0.1.2 test/dummy/config/database.yml
anchormodel-0.1.1 test/dummy/config/database.yml
anchormodel-0.1.0 test/dummy/config/database.yml