]> 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 1297121217cee6acd714366622818a869d6e3083..5d7a0313e305992be2155c59d4ae945dfcd8cf58 100644 (file)
@@ -14,7 +14,7 @@ development:
   adapter: mysql
   database: openstreetmap
   username: openstreetmap
-  password: 
+  password: openstreetmap
   host: localhost
 
 # Warning: The database defined as 'test' will be erased and
@@ -32,4 +32,5 @@ production:
   database: openstreetmap
   username: openstreetmap
   password: openstreetmap
-  host: db.openstreetmap.org
+  host: localhost
+