summaryrefslogtreecommitdiff
path: root/AdminSettings.sample
diff options
context:
space:
mode:
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';