root/agitator/config/database.yml

Revision 1556, 0.5 kB (checked in by jm3, 10 months ago)

removing unused shit and adding DB

Line 
1 # SQLite version 3.x
2 #   gem install sqlite3-ruby (not necessary on OS X Leopard)
3 development:
4   adapter: mysql
5   database: jm3_agitator
6   username: jm3_spoon
7   password: stirthatshit
8   timeout: 5000
9
10 # Warning: The database defined as 'test' will be erased and
11 # re-generated from your development database when you run 'rake'.
12 # Do not set this db to the same as development or production.
13 test:
14   adapter: sqlite3
15   database: db/test.sqlite3
16   timeout: 5000
17
18 production:
19   adapter: sqlite3
20   database: db/production.sqlite3
21   timeout: 5000
22
Note: See TracBrowser for help on using the browser.