]> git.openstreetmap.org Git - rails.git/blobdiff - config/database.yml
various things from TomH
[rails.git] / config / database.yml
index d366bc96b3922ed66c0e3f9037044c99932783ae..436e3d3062eb05280e6c333637ba9c8829b595b7 100644 (file)
@@ -12,9 +12,9 @@
 #   http://dev.mysql.com/doc/refman/5.0/en/old-client.html
 development:
   adapter: mysql
-  database: osm
-  username: openstreetmap
-  password: openstreetmap
+  database: openstreetmap
+  username: TheUsername
+  password: ThePassword
   host: localhost
 
 # Warning: The database defined as 'test' will be erased and
@@ -33,3 +33,4 @@ production:
   username: openstreetmap
   password: openstreetmap
   host: db.openstreetmap.org
+