wiki.techinc.nl/AdminSettings.sample
Lee Daniel Crocker d82c14fb4f Initial revision
2003-04-14 23:10:40 +00:00

19 lines
645 B
Text

<?
# This file should be copied to AdminSettings.php, and modified
# to reflect local settings. Unlike LocalSettings.php, it is
# not copied to the installation directory for security reasons;
# it is used by the maintenance scripts only. Do not check
# AdminSettings.php into CVS!
$wgDBadminuser = "wikiadmin";
$wgDBadminpassword = "adminpass";
# Define these if you want the installed files to be owned
# by a specific user or group for ease of maintenance. You
# must run the install script as root to change owners, or
# as a member of the group to change groups.
#
# $wgInstallOwner = "apache";
# $wgInstallGroup = "apache";
?>