X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/8b72732cd79ec76f34a560cfd9f1d526d7a7ce7e..069e33163e0b09a7d647a98c2fde284a16a43b99:/cookbooks/foundation/recipes/wiki.rb diff --git a/cookbooks/foundation/recipes/wiki.rb b/cookbooks/foundation/recipes/wiki.rb index f5347ee42..19a4b48be 100644 --- a/cookbooks/foundation/recipes/wiki.rb +++ b/cookbooks/foundation/recipes/wiki.rb @@ -21,7 +21,7 @@ include_recipe "mediawiki" passwords = data_bag_item("foundation", "passwords") -mediawiki_site "wiki.osmfoundation.org" do +mediawiki_site "wiki.osmfoundation.org" do aliases "www.osmfoundation.org", "osmfoundation.org" directory "/srv/wiki.osmfoundation.org" database_name "osmf-wiki" @@ -33,6 +33,8 @@ mediawiki_site "wiki.osmfoundation.org" do email_sender "webmaster@openstreetmap.org" email_sender_name "OSMF Wiki" private_accounts true + recaptcha_public_key "6LflIQATAAAAAMXyDWpba-FgipVzE-aGF4HIR59N" + recaptcha_private_key passwords["wiki"]["recaptcha"] end cookbook_file "/srv/wiki.osmfoundation.org/Wiki.png" do