]> git.openstreetmap.org Git - rails.git/blobdiff - config/database.yml
api06: remove debugging output.
[rails.git] / config / database.yml
index b44b9823a7a8adb09ba1837858effa6f4382f1fd..c0b5dd98c2bc707882f699322ce22f485c3d89d0 100644 (file)
@@ -12,9 +12,9 @@
 #   http://dev.mysql.com/doc/refman/5.0/en/old-client.html
 development:
   adapter: mysql
-  database: openstreetmap
-  username: openstreetmap
-  password: openstreetmap
+  database: osm
+  username: osm
+  password: osm
   host: localhost
 
 # Warning: The database defined as 'test' will be erased and
@@ -29,7 +29,8 @@ test:
 
 production:
   adapter: mysql
-  database: openstreetmap
-  username: openstreetmap
-  password: openstreetmap
-  host: 128.40.58.203
+  database: osm
+  username: osm
+  password: osm
+  host: localhost
+