]> git.openstreetmap.org Git - rails.git/blobdiff - config/database.yml
Give the API error handler a generic rescue that returns 500 with
[rails.git] / config / database.yml
index 2c61345b1ec7bf3a18aa50c3a372d5bf5ceaa456..c6fe06fdd937ddb1af23b5097a5620fd0cbeb8c2 100644 (file)
@@ -13,9 +13,9 @@
 development:
   adapter: postgresql
   database: openstreetmap
-  username: shaunmcdonald
-  password: postgres
-  #host: localhost
+#  username: openstreetmap
+#  password: openstreetmap
+  host: localhost
   encoding: utf8
 
 # Warning: The database defined as 'test' will be erased and
@@ -24,15 +24,15 @@ development:
 test:
   adapter: postgresql
   database: osm_test
-  username: shaunmcdonald
-  password: postgres
-  #host: localhost
+#  username: osm_test
+#  password: osm_test
+  host: localhost
   encoding: utf8
 
 production:
   adapter: postgresql
   database: osm
-  username: osm
-  password: osm
+#  username: osm
+#  password: osm
   host: localhost
   encoding: utf8