X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c42714218aaaaebdcb48e65d9b1a4280ee8397b9..8a91485750044e1a2371ac2623247354893a84f4:/roles/web.rb diff --git a/roles/web.rb b/roles/web.rb index fdc96a64c..f1ecaac8c 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -15,7 +15,7 @@ default_attributes( }, :web => { :status => "database_readonly", - :database_host => "db-slave", - :readonly_database_host => "db-slave" + :database_host => "ramoth.ic.openstreetmap.org", + :readonly_database_host => "ramoth.ic.openstreetmap.org" } )