Skip to content

Commit

Permalink
Set mathoid setting in GlobalSettings (#5371)
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Nov 10, 2023
1 parent 84f6645 commit 07549c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
3 changes: 3 additions & 0 deletions GlobalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -655,3 +655,6 @@
'servers' => [ $beta ? '2a10:6740::6:406' : '2a10:6740::6:306' ],
'timeout' => 0.5,
];

// Mathoid
$wgMathMathMLUrl = 'http://[2a10:6740::6:504]:10044/';
8 changes: 0 additions & 8 deletions LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -3695,14 +3695,6 @@
],

// Math
'wgMathoidCli' => [
'default' => [
'/usr/bin/node',
'/srv/mathoid/src/cli.js',
'-c',
'/etc/mathoid/config.yaml'
]
],
'wgMathValidModes' => [
'default' => [
'mathml'
Expand Down

0 comments on commit 07549c4

Please sign in to comment.