]> 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 44bb1eacef2d80e2c508d4cc5ed82497353f76d7..5d7a0313e305992be2155c59d4ae945dfcd8cf58 100644 (file)
@@ -13,8 +13,8 @@
 development:
   adapter: mysql
   database: openstreetmap
-  username: freemap
-  password: BPaNCyU4
+  username: openstreetmap
+  password: openstreetmap
   host: localhost
 
 # Warning: The database defined as 'test' will be erased and
@@ -30,6 +30,7 @@ test:
 production:
   adapter: mysql
   database: openstreetmap
-  username: freemap
-  password: BPaNCyU4
+  username: openstreetmap
+  password: openstreetmap
   host: localhost
+