]> git.openstreetmap.org Git - rails.git/blobdiff - config/database.yml
more testing of node tags
[rails.git] / config / database.yml
index c0b5dd98c2bc707882f699322ce22f485c3d89d0..a80e11b70784068b19c360ea1c9218abb538b9f5 100644 (file)
 #   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
+  database: osm_test
+  username: osm_test
+  password: osm_test
   host: localhost
 
 # Warning: The database defined as 'test' will be erased and
@@ -23,8 +26,8 @@ development:
 test:
   adapter: mysql
   database: osm_test
-  username: root
-  password:
+  username: osm_test
+  password: osm_test
   host: localhost
 
 production: