summaryrefslogtreecommitdiff
path: root/config.php.sample
diff options
context:
space:
mode:
Diffstat (limited to 'config.php.sample')
-rw-r--r--config.php.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample
index d976b523b..17a7763af 100644
--- a/config.php.sample
+++ b/config.php.sample
@@ -92,6 +92,10 @@ $config['db']['database'] = 'mysql://laconica:microblog@localhost/laconica';
#optionally show non-local messages in public timeline
#$config['public']['localonly'] = false;
+#hide certain users from public pages, by ID
+#$config['public']['blacklist'][] = 123;
+#$config['public']['blacklist'][] = 2307;
+
#Do notice broadcasts offline
#If you use this, you must run the six offline daemons in the
#background. See the README for details.