slitaz-forge view labs/redmine/config/database.yml @ rev 3

Add slitaz-labs config & themes
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Dec 22 14:03:22 2010 +0100 (2010-12-22)
parents
children
line source
1 # MySQL (default setup). Versions 4.1 and 5.0 are recommended.
2 #
3 # Get the fast C bindings:
4 # gem install mysql
5 # (on OS X: gem install mysql -- --include=/usr/local/lib)
6 # And be sure to use new-style password hashing:
7 # http://dev.mysql.com/doc/refman/5.0/en/old-client.html
9 production:
10 adapter: mysql
11 database: labs
12 host: localhost
13 username: slitaz
14 password: ******
15 encoding: utf8