More informative Special:Export text copied from en
[mediawiki.git] / AdminSettings.sample
blob58fb2440368b83f36852ad7cd41105927b4e7d44
1 <?php
2 # This file should be copied to AdminSettings.php, and modified
3 # to reflect local settings.  Unlike LocalSettings.php, it is
4 # not copied to the installation directory for security reasons;
5 # it is used by the install and maintenance scripts only. 
7 # Developers: Do not check AdminSettings.php into CVS!
9 # This data is used by all database maintenance scripts
10 # (see directory maintenance/). The SQL user DOES NOT NEED 
11 # TO EXIST. It is created by the installation script,
12 # which will prompt you for the MySQL root password.
14 # This is not to be confused with sysop accounts for the
15 # wiki.
17 $wgDBadminuser      = "wikiadmin";
18 $wgDBadminpassword  = "adminpass";
20 # Define these if you want the installed files to be owned
21 # by a specific user or group for ease of maintenance.  You
22 # must run the install script as root to change owners, or
23 # as a member of the group to change groups.
25 # $wgInstallOwner = "apache";
26 # $wgInstallGroup = "apache";