]> git.openstreetmap.org Git - rails.git/blobdiff - config/database.yml
Don't call formatChanged() when disabling XML output as it has side effects.
[rails.git] / config / database.yml
index 709a78c63eaeab9dafb341201e026dcc0b56b532..5d7a0313e305992be2155c59d4ae945dfcd8cf58 100644 (file)
@@ -13,8 +13,8 @@
 development:
   adapter: mysql
   database: openstreetmap
-  username: whatever 
-  password: whatever 
+  username: openstreetmap
+  password: openstreetmap
   host: localhost
 
 # Warning: The database defined as 'test' will be erased and
@@ -32,5 +32,5 @@ production:
   database: openstreetmap
   username: openstreetmap
   password: openstreetmap
-  host: db.openstreetmap.org
+  host: localhost