# http://dev.mysql.com/doc/refman/5.0/en/old-client.html
development:
adapter: mysql
- database: osm
- username: osm
- password: osm
+ database: openstreetmap
+ username: openstreetmap
+ password: openstreetmap
host: localhost
encoding: utf8
# Force all environments to use the same logger level
# (by default production uses :info, the others :debug)
- config.log_level = :debug
+ # config.log_level = :debug
# Your secret key for verifying cookie session data integrity.
# If you change this key, all old sessions will become invalid!