4 # Ensure the SQLite 3 gem is defined in your Gemfile
8 database: db/development.sqlite3
12 # Warning: The database defined as "test" will be erased and
13 # re-generated from your development database when you run "rake".
14 # Do not set this db to the same as development or production.
17 database: db/test.sqlite3
23 database: db/production.sqlite3
27 # Note: The "diagnostics" database configuration is not actually used.
30 database: db/diagnostics.sqlite3
34 # Note: The "performance" database configuration is not actually used.
37 database: db/diagnostics.sqlite3