Sha256: 37b1b34b63d32c0eb7d3ed28cc963cfb574447a68dff4457273f44edd8bf273c

Contents?: true

Size: 635 Bytes

Versions: 47

Compression:

Stored size: 635 Bytes

Contents

# SQLite. Versions 3.8.0 and up are supported.
#   gem install sqlite3
#
#   Ensure the SQLite 3 gem is defined in your Gemfile
#   gem "sqlite3"
#
default: &default
  adapter: sqlite3
  pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
  timeout: 5000

development:
  <<: *default
  database: storage/development.sqlite3

# 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: storage/test.sqlite3

production:
  <<: *default
  database: storage/production.sqlite3

Version data entries

47 entries across 47 versions & 12 rubygems

Version Path
graphql-stitching-1.6.0 examples/subscriptions/config/database.yml
activestorage-memory-0.2.3 spec/dummy/config/database.yml
graphql-stitching-1.5.2 examples/subscriptions/config/database.yml
raygun4ruby-4.0.2 spec/rails_applications/7.1.3/config/database.yml
jmeter_perf-1.1.1 example/config/database.yml
jmeter_perf-1.1.0 example/config/database.yml
jmeter_perf-1.0.10 example/config/database.yml
jmeter_perf-1.0.9 example/config/database.yml
jmeter_perf-1.0.8 example/config/database.yml
jmeter_perf-1.0.7 example/config/database.yml
jmeter_perf-1.0.6 example/config/database.yml
jmeter_perf-1.0.5 example/config/database.yml
jmeter_perf-1.0.4 example/config/database.yml
jmeter_perf-1.0.2 example/config/database.yml
jmeter_perf-1.0.1 example/config/database.yml
jmeter_perf-1.0.0 example/config/database.yml
jmeter_perf-0.0.7 example/config/database.yml
jmeter_perf-0.0.6 example/config/database.yml
jmeter_perf-0.0.2 example/config/database.yml
activestorage-memory-0.2.2 spec/dummy/config/database.yml