discourse-legacysite-perl/slowtwitch.com/wikiconfig/wikiconfig.php
2024-06-17 22:42:14 +10:00

16 lines
414 B
PHP

<?php
$db_host="localhost";
$db_name="wiki";
$db_user="wiki";
$db_password="w1kip3dia";
## Uncomment this next line to lock the database
# $wgReadOnly = "Working on the database. Please stand by.";
$wgEmergencyContact = "slowman@slowtwitch.com";
## The account that autogenerated password requests
## are sent from
$wgPasswordSender = "slowman@slowtwitch.com";
?>