The code is now completely covered in specs
[lyrix.git] / config / database.example
blob044a5032003006cdf47a6d85ce67f54423f84586
1 # MySQL (default setup).  Versions 4.1 and 5.0 are recommended.
3 # Install the MySQL driver:
4 #   gem install mysql
5 # On MacOS X:
6 #   gem install mysql -- --include=/usr/local/lib
7 # On Windows:
8 #   gem install mysql
9 #       Choose the win32 build.
10 #       Install MySQL and put its /bin directory on your path.
12 # And be sure to use new-style password hashing:
13 #   http://dev.mysql.com/doc/refman/5.0/en/old-client.html
14 development:
15   adapter: sqlite3
16   dbfile: db/dev.sqlite3
18 # Warning: The database defined as 'test' will be erased and
19 # re-generated from your development database when you run 'rake'.
20 # Do not set this db to the same as development or production.
21 test:
22   adapter: sqlite3
23   dbfile: db/test.sqlite3
25 production:
26   adapter: mysql
27   host: localhost
28   username: matt
29   password: PASSWORD
30   database: mylyrix