Sha256: bd16bd7f8199cfaa6a2eaf53de0687d87ba52cbc63976e1879ff04bc4673b787
Contents?: true
Size: 435 Bytes
Versions: 42
Compression:
Stored size: 435 Bytes
Contents
# SQLite version 3.x shared: adapter: sqlite3 pool: 5 timeout: 5000 development: database: db/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: &test database: db/test.sqlite3 cucumber: *test cypress: *test production: database: db/production.sqlite3
Version data entries
42 entries across 42 versions & 2 rubygems