Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/applications/molecule/config/database.yml

Revision 4219, 424 bytes (checked in by david, 3 years ago)

Just playing around

Line 
1 # SQLite version 2.x
2 #   gem install sqlite-ruby
3 development:
4   adapter: sqlite
5   database: db/development.sqlite2
6
7 # Warning: The database defined as 'test' will be erased and
8 # re-generated from your development database when you run 'rake'.
9 # Do not set this db to the same as development or production.
10 test:
11   adapter: sqlite
12   database: db/test.sqlite2
13
14 production:
15   adapter: sqlite
16   database: db/production.sqlite2
Note: See TracBrowser for help on using the browser.