]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web-db.rb
Increase the passenger pool size for taginfo servers
[chef.git] / roles / web-db.rb
index 001e7135f63628808994efb88fcec33cfb21af15..7ae1af973d0055005f56a5bcd1770550ad429d3d 100644 (file)
@@ -3,7 +3,6 @@ description "Role applied to all servers needing to find the main database"
 
 default_attributes(
   :web => {
-    :database_host => "katla.bm.openstreetmap.org",
-    :readonly_database_host => "katla.ic.openstreetmap.org"
+    :database_host => "katla.bm.openstreetmap.org"
   }
 )