]> git.openstreetmap.org Git - rails.git/blobdiff - config/database.yml
Ensure homepage source validates.
[rails.git] / config / database.yml
index 709a78c63eaeab9dafb341201e026dcc0b56b532..5d59ed74b2cf2150c2be3a5622f57f3a4d47d54a 100644 (file)
@@ -13,8 +13,8 @@
 development:
   adapter: mysql
   database: openstreetmap
-  username: whatever 
-  password: whatever 
+  username: openstreetmap
+  password: openstreetmap
   host: localhost
 
 # Warning: The database defined as 'test' will be erased and
@@ -24,7 +24,7 @@ test:
   adapter: mysql
   database: osm_test
   username: root
-  password:
+  password: root
   host: localhost
 
 production: