]> git.openstreetmap.org Git - rails.git/blobdiff - config/database.yml
Merge 7744:7922 from trunk.
[rails.git] / config / database.yml
index 93e3cf00eabd9f0aefccb08ca77a8d6b88266924..19b5dd8d5227ae5c04720b61afd9a101661c9cbe 100644 (file)
@@ -12,9 +12,8 @@
 #   http://dev.mysql.com/doc/refman/5.0/en/old-client.html
 development:
   adapter: mysql
-  database: openstreetmap
-  username: TheUsername
-  password: ThePassword
+  database: osm
+  user: root  
   host: localhost
 
 # Warning: The database defined as 'test' will be erased and
@@ -30,6 +29,7 @@ test:
 production:
   adapter: mysql
   database: openstreetmap
-  username: TheUsername
-  password: ThePassword
-  host: localhost
+  username: openstreetmap
+  password: openstreetmap
+  host: db.openstreetmap.org
+