Skip to content

Commit

Permalink
Add CreateWiki virtual domains
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Nov 19, 2024
1 parent 5827dfd commit e4401a1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -1194,6 +1194,12 @@
'virtual-centralauth' => [
'db' => $wi->getGlobalDatabase(),
],
'virtual-createwiki' => [
'db' => $wi->getGlobalDatabase(),
],
'virtual-createwiki-central' => [
'db' => $wi->getCentralDatabase(),
],
'virtual-globalblocking' => [
'db' => $wi->getGlobalDatabase(),
],
Expand Down

0 comments on commit e4401a1

Please sign in to comment.