summaryrefslogtreecommitdiff
path: root/AdminSettings.sample
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2009-06-10 13:00:47 +0200
committerPierre Schmitz <pierre@archlinux.de>2009-06-10 13:00:47 +0200
commit72e90545454c0e014318fa3c81658e035aac58c1 (patch)
tree9212e3f46868989c4d57ae9a5c8a1a80e4dc0702 /AdminSettings.sample
parent565a0ccc371ec1a2a0e9b39487cbac18e6f60e25 (diff)
applying patch to version 1.15.0
Diffstat (limited to 'AdminSettings.sample')
-rw-r--r--AdminSettings.sample5
1 files changed, 5 insertions, 0 deletions
diff --git a/AdminSettings.sample b/AdminSettings.sample
index 140cb0a9..8b6fe993 100644
--- a/AdminSettings.sample
+++ b/AdminSettings.sample
@@ -17,6 +17,11 @@
*
* 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';