discourse-legacysite-perl/slowtwitch.com/wikiconfig/wikiconfig.php

16 lines
414 B
PHP
Raw Normal View History

2024-06-17 12:42:14 +00:00
<?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";
?>