Sha256: 363d1ea52953078bb17e737006af57be5b07422f89e0d9458de31a09462208f2
Contents?: true
Size: 420 Bytes
Versions: 14
Compression:
Stored size: 420 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 production: database: db/production.sqlite3
Version data entries
14 entries across 14 versions & 1 rubygems