]> 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 436e3d3062eb05280e6c333637ba9c8829b595b7..5d7a0313e305992be2155c59d4ae945dfcd8cf58 100644 (file)
@@ -13,8 +13,8 @@
 development:
   adapter: mysql
   database: openstreetmap
-  username: TheUsername
-  password: ThePassword
+  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