]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blobdiff - AdminSettings.sample
MediaWiki 1.15.4-scripts
[autoinstalls/mediawiki.git] / AdminSettings.sample
index 1670cf5e6c0d48bb26582a2bc6e7062f935850a2..8b6fe99351c9842d2b9d8a3bc42464782e105067 100644 (file)
@@ -7,8 +7,6 @@
  * privileges to do maintenance work.
  *
  * Developers: Do not check AdminSettings.php into Subversion
- *
- * @package MediaWiki
  */
 
 /*
  *
  * This is not to be confused with sysop accounts for the
  * wiki.
+ *
+ * NOTE: for PostgreSQL this should be set to the same user and 
+ * password as the web user, that is, the same as $wgDBuser and
+ * $wgDBpassword in LocalSettings.php. This is necessary to 
+ * ensure that the owner for new tables is set correctly.
  */
 $wgDBadminuser      = 'wikiadmin';
 $wgDBadminpassword  = 'adminpass';
@@ -27,5 +30,3 @@ $wgDBadminpassword  = 'adminpass';
  * Whether to enable the profileinfo.php script.
  */
 $wgEnableProfileInfo = false;
-
-?>