Skip to content

Commit

Permalink
Change wgMathMathMLUrl for beta (#5730)
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Nov 10, 2024
1 parent 1a0da53 commit cf9d145
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion GlobalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,9 @@
];

// Mathoid
$wgMathMathMLUrl = 'http://10.0.18.106:10044/';
$wgMathMathMLUrl = $beta ?
'http://10.0.15.118:10044/' :
'http://10.0.18.106:10044/';
$wgMathSvgRenderer = 'mathoid';

// ConfirmEdit (hCaptcha)
Expand Down

0 comments on commit cf9d145

Please sign in to comment.