Skip to content

Commit

Permalink
Use betas db172 server for parsercache on beta (#5756)
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Dec 1, 2024
1 parent 1ddbcac commit b3beceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GlobalCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b3beceb

Please sign in to comment.