diff --git a/GlobalCache.php b/GlobalCache.php index dee047c4b1..fa1ea010a0 100644 --- a/GlobalCache.php +++ b/GlobalCache.php @@ -45,7 +45,7 @@ 'servers' => [ 'pc1' => [ 'type' => 'mysql', - 'host' => '10.0.16.128', + 'host' => $beta ? '10.0.17.158' : '10.0.16.128', 'dbname' => $beta ? 'testparsercache' : 'parsercache', 'user' => $wgDBuser, 'password' => $wgDBpassword,