]> git.openstreetmap.org Git - rails.git/blobdiff - config/database.yml
Replace the old session cleanup daemon with a new script to be run from
[rails.git] / config / database.yml
index 1fe4d9880030befcca52870dee65ee62f69eb3ed..436e3d3062eb05280e6c333637ba9c8829b595b7 100644 (file)
@@ -13,8 +13,8 @@
 development:
   adapter: mysql
   database: openstreetmap
-  username: openstreetmap
-  password: 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
+