]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/recipes/rails.rb
Configure the OAuth 2 application ID for iD
[chef.git] / cookbooks / web / recipes / rails.rb
index 8b83a9477d2a05776b169fd39342af5ec6249a7b..a32b1f582f31523ee7bb12322f209098b25c42ba 100644 (file)
@@ -112,6 +112,7 @@ rails_port "www.openstreetmap.org" do
   memcache_servers node[:web][:memcached_servers]
   potlatch2_key web_passwords["potlatch2_key"]
   id_key web_passwords["id_key"]
+  id_application web_passwords["id_application"]
   oauth_key web_passwords["oauth_key"]
   oauth_application web_passwords["oauth_application"]
   piwik_configuration "location" => piwik[:location],