]> git.openstreetmap.org Git - rails.git/blobdiff - config/database.yml
TomH's way history patch
[rails.git] / config / database.yml
index a972b44b376dc1123daa720d669a0f9b35bc53b6..436e3d3062eb05280e6c333637ba9c8829b595b7 100644 (file)
@@ -13,9 +13,9 @@
 development:
   adapter: mysql
   database: openstreetmap
-  username: openstreetmap
-  password: openstreetmap
-  host: 128.40.58.203
+  username: TheUsername
+  password: ThePassword
+  host: localhost
 
 # Warning: The database defined as 'test' will be erased and
 # re-generated from your development database when you run 'rake'.
@@ -32,4 +32,5 @@ production:
   database: openstreetmap
   username: openstreetmap
   password: openstreetmap
-  host: 128.40.58.203
+  host: db.openstreetmap.org
+