From: Grant Slater Date: Sat, 2 Jan 2016 10:15:26 +0000 (+0000) Subject: Mediawiki: use localhost for VisualEditor X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/51c1fa6a8661fd2377c187575bd10891de423168?ds=sidebyside Mediawiki: use localhost for VisualEditor --- diff --git a/cookbooks/mediawiki/templates/default/mw-ext-VisualEditor.inc.php.erb b/cookbooks/mediawiki/templates/default/mw-ext-VisualEditor.inc.php.erb index 4fff9b09b..88487844a 100644 --- a/cookbooks/mediawiki/templates/default/mw-ext-VisualEditor.inc.php.erb +++ b/cookbooks/mediawiki/templates/default/mw-ext-VisualEditor.inc.php.erb @@ -1,6 +1,6 @@ 'http://<%= @site %>:8142' + 'url' => 'http://localhost:8142' ); $wgVirtualRestConfig['modules']['parsoid']['forwardCookies'] = true;