]> git.openstreetmap.org Git - rails.git/blobdiff - config/database.yml
Began code for feature lookup: implemented code to respond to mouse click and latlon...
[rails.git] / config / database.yml
index 93e3cf00eabd9f0aefccb08ca77a8d6b88266924..fccd059345248255820b43b8694d7e34ffb6fea7 100644 (file)
@@ -13,8 +13,8 @@
 development:
   adapter: mysql
   database: openstreetmap
-  username: TheUsername
-  password: ThePassword
+  username: openstreetmap 
+  password: openstreetmap 
   host: localhost
 
 # Warning: The database defined as 'test' will be erased and
@@ -30,6 +30,7 @@ test:
 production:
   adapter: mysql
   database: openstreetmap
-  username: TheUsername
-  password: ThePassword
-  host: localhost
+  username: openstreetmap
+  password: openstreetmap
+  host: db.openstreetmap.org
+