]> git.openstreetmap.org Git - rails.git/blobdiff - config/database.yml
checked in local db config unintentioally- reversed
[rails.git] / config / database.yml
index d366bc96b3922ed66c0e3f9037044c99932783ae..709a78c63eaeab9dafb341201e026dcc0b56b532 100644 (file)
@@ -12,9 +12,9 @@
 #   http://dev.mysql.com/doc/refman/5.0/en/old-client.html
 development:
   adapter: mysql
-  database: osm
-  username: openstreetmap
-  password: openstreetmap
+  database: openstreetmap
+  username: whatever 
+  password: whatever 
   host: localhost
 
 # Warning: The database defined as 'test' will be erased and
@@ -33,3 +33,4 @@ production:
   username: openstreetmap
   password: openstreetmap
   host: db.openstreetmap.org
+