]> git.openstreetmap.org Git - rails.git/blobdiff - config/database.yml
checked in local db config unintentioally- reversed
[rails.git] / config / database.yml
index b44b9823a7a8adb09ba1837858effa6f4382f1fd..709a78c63eaeab9dafb341201e026dcc0b56b532 100644 (file)
@@ -13,8 +13,8 @@
 development:
   adapter: mysql
   database: openstreetmap
-  username: openstreetmap
-  password: openstreetmap
+  username: whatever 
+  password: whatever 
   host: localhost
 
 # Warning: The database defined as 'test' will be erased and
@@ -32,4 +32,5 @@ production:
   database: openstreetmap
   username: openstreetmap
   password: openstreetmap
-  host: 128.40.58.203
+  host: db.openstreetmap.org
+