]> git.openstreetmap.org Git - rails.git/blobdiff - config/database.yml
changing the changesets migrations, so that the user id is now the changeset id for...
[rails.git] / config / database.yml
index 93e3cf00eabd9f0aefccb08ca77a8d6b88266924..a80e11b70784068b19c360ea1c9218abb538b9f5 100644 (file)
 #   http://dev.mysql.com/doc/refman/5.0/en/old-client.html
 development:
   adapter: mysql
-  database: openstreetmap
-  username: TheUsername
-  password: ThePassword
+  #database: openstreetmap
+  #username: openstreetmap
+  #password: openstreetmap
+  database: osm_test
+  username: osm_test
+  password: osm_test
   host: localhost
 
 # Warning: The database defined as 'test' will be erased and
@@ -23,13 +26,14 @@ development:
 test:
   adapter: mysql
   database: osm_test
-  username: root
-  password:
+  username: osm_test
+  password: osm_test
   host: localhost
 
 production:
   adapter: mysql
-  database: openstreetmap
-  username: TheUsername
-  password: ThePassword
+  database: osm
+  username: osm
+  password: osm
   host: localhost
+