X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8a91485750044e1a2371ac2623247354893a84f4..0f71f1838a40b5ead039441f7cd159100034503e:/cookbooks/web/recipes/rails.rb diff --git a/cookbooks/web/recipes/rails.rb b/cookbooks/web/recipes/rails.rb index 632a627cc..2542edea3 100644 --- a/cookbooks/web/recipes/rails.rb +++ b/cookbooks/web/recipes/rails.rb @@ -64,7 +64,7 @@ rails_port "www.openstreetmap.org" do attachments_dir "/store/rails/attachments" log_path "#{node[:web][:log_directory]}/rails.log" logstash_path "#{node[:web][:log_directory]}/rails-logstash.log" - memcache_servers %w(rails1 rails2 rails3) + memcache_servers node[:web][:backends] potlatch2_key web_passwords["potlatch2_key"] id_key web_passwords["id_key"] oauth_key web_passwords["oauth_key"]