1 # MySQL (default setup). Versions 4.1 and 5.0 are recommended.
3 # Install the MySQL driver:
6 # gem install mysql -- --include=/usr/local/lib
8 # There is no gem for Windows. Install mysql.so from RubyForApache.
9 # http://rubyforge.org/projects/rubyforapache
11 # And be sure to use new-style password hashing:
12 # http://dev.mysql.com/doc/refman/5.0/en/old-client.html
19 # Warning: The database defined as 'test' will be erased and
20 # re-generated from your development database when you run 'rake'.
21 # Do not set this db to the same as development or production.
31 database: openstreetmap
32 username: openstreetmap
33 password: openstreetmap
34 host: db.openstreetmap.org