Skip to content

Commit

Permalink
disable use of mysql repl
Browse files Browse the repository at this point in the history
  • Loading branch information
physikerwelt authored Nov 6, 2023
1 parent 9853908 commit 081d47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediawiki/LocalSettings.d/00_database.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$wgDBname = str_contains($_SERVER['HTTP_HOST']??'','swmath') ? 'wiki_swmath' : 'my_wiki';
if ( getenv('CI') !== 'true' ) {
if ( false && getenv('CI') !== 'true' ) {
$wgLBFactoryConf = array(

'class' => 'LBFactoryMulti',
Expand Down

0 comments on commit 081d47c

Please sign in to comment.