From cf9d1457ca530eb5fa0be2a6362620c1826d38f3 Mon Sep 17 00:00:00 2001 From: paladox Date: Sun, 10 Nov 2024 13:54:17 +0000 Subject: [PATCH] Change wgMathMathMLUrl for beta (#5730) --- GlobalSettings.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/GlobalSettings.php b/GlobalSettings.php index 4ab61c7478..a453a36cf9 100644 --- a/GlobalSettings.php +++ b/GlobalSettings.php @@ -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)