]> git.openstreetmap.org Git - rails.git/blobdiff - config/database.yml
adding changeset stuff for the data browser
[rails.git] / config / database.yml
index 5d7a0313e305992be2155c59d4ae945dfcd8cf58..fe47e11aa1bbae31073b8cfb8016b7005178d3dc 100644 (file)
@@ -23,14 +23,14 @@ development:
 test:
   adapter: mysql
   database: osm_test
-  username: root
-  password:
+  username: osm_test
+  password: osm_test
   host: localhost
 
 production:
   adapter: mysql
-  database: openstreetmap
-  username: openstreetmap
-  password: openstreetmap
+  database: osm
+  username: osm
+  password: osm
   host: localhost