]> git.openstreetmap.org Git - chef.git/commitdiff
Mediawiki: use localhost for VisualEditor
authorGrant Slater <git@firefishy.com>
Sat, 2 Jan 2016 10:15:26 +0000 (10:15 +0000)
committerGrant Slater <git@firefishy.com>
Sat, 2 Jan 2016 10:15:26 +0000 (10:15 +0000)
cookbooks/mediawiki/templates/default/mw-ext-VisualEditor.inc.php.erb

index 4fff9b09bb30675f8307b09c56f6ec22e629ba1d..88487844a4376c0f7fd2f4d0d43fb0ad6f7545bf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 $wgVirtualRestConfig['modules']['parsoid'] = array(
-  'url' => 'http://<%= @site %>:8142'
+  'url' => 'http://localhost:8142'
 );
 $wgVirtualRestConfig['modules']['parsoid']['forwardCookies'] = true;