X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=c0aad5df045cf93c1434acbd1331be17a2b80684;hb=5befb9b74790a99aec5514ad8f8784a4fb085288;hp=bcf7e14c1fcc393f3b15b09de483811517bb3853;hpb=9df0672255afd255ce0af34f18b8ad596f3c3e35;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index bcf7e14c1f..c0aad5df04 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -7693,6 +7693,7 @@ $wgUseLinkNamespaceDBFields = true; * $wgVirtualRestConfig['modules']['parsoid'] = array( * 'url' => 'http://localhost:8000', * 'prefix' => 'enwiki', + * 'domain' => 'en.wikipedia.org', * ); * * @var array @@ -7703,6 +7704,7 @@ $wgVirtualRestConfig = array( 'global' => array( # Timeout in seconds 'timeout' => 360, + # 'domain' is set to $wgCanonicalServer in Setup.php 'forwardCookies' => false, 'HTTPProxy' => null )