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

root/tools/cia/trunk/config/database.yml

Revision 1114, 253 bytes (checked in by davidhh, 4 years ago)

First import

Line 
1 development:
2   adapter: mysql
3   database: cia_development
4   host: localhost
5   username: root
6   password:
7
8 test:
9   adapter: mysql
10   database: cia_test
11   host: localhost
12   username: root
13   password:
14
15 production:
16   adapter: sqlite
17   dbfile: db/cia.sqlite
Note: See TracBrowser for help on using the browser.