X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/15f23469d97b768501bac8b58081cb61bcdd8b4b..784e9c6b83209f376e6dfd7d7634bba407e8b9db:/config/database.yml diff --git a/config/database.yml b/config/database.yml index d366bc96b..b884f3b93 100644 --- a/config/database.yml +++ b/config/database.yml @@ -12,7 +12,7 @@ # http://dev.mysql.com/doc/refman/5.0/en/old-client.html development: adapter: mysql - database: osm + database: openstreetmap username: openstreetmap password: openstreetmap host: localhost @@ -33,3 +33,4 @@ production: username: openstreetmap password: openstreetmap host: db.openstreetmap.org +