Skip to content

Commit

Permalink
Enable Miser mode
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed May 25, 2024
1 parent 1b5a3a2 commit 49d8d06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
# General Settings
$wgSitename = "Star Citizen Wiki";
$wgServer = "https://starcitizen.tools";
# TODO: We should change this to "Star_Citizen_Wiki" at some point
$wgMetaNamespace = "Star_Citizen_Wiki";
# Force HTTPS
$wgForceHTTPS = true;
Expand All @@ -39,6 +38,8 @@
$wgSecretKey = "{$_ENV['MEDIAWIKI_SECRETKEY']}";
$wgUpgradeKey = "{$_ENV['MEDIAWIKI_UPGRADEKEY']}";

$wgMiserMode = true;

# Database settings
$wgDBtype = "mysql";
$wgDBserver = "mariadb-service.default.svc.cluster.local";
Expand Down

0 comments on commit 49d8d06

Please sign in to comment.