summaryrefslogtreecommitdiff
path: root/config.php.sample
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-08-22 17:04:15 -0400
committerEvan Prodromou <evan@prodromou.name>2008-08-22 17:04:15 -0400
commitdadac11aa45af220673dbff6e372bb8ee5634393 (patch)
treee9a1de78ca08fbe78472210e3aa4530ea5c460b3 /config.php.sample
parenta91cd75c17124a9c863fd60da03c54555be4a43c (diff)
add note to config.php.sample about localonly
darcs-hash:20080822210415-84dde-1a00e3090d52bbeeb5f40b0640cb561992ff0d1e.gz
Diffstat (limited to 'config.php.sample')
-rw-r--r--config.php.sample5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.php.sample b/config.php.sample
index 8ee1f4fb4..a0768636d 100644
--- a/config.php.sample
+++ b/config.php.sample
@@ -75,4 +75,7 @@ $config['db']['database'] = 'mysql://laconica:microblog@localhost/laconica';
#exponential decay factor for tags, default 10 days
#raise this if traffic is slow, lower it if it's fast
-#$config['tag']['dropoff'] = 86400.0 * 10; \ No newline at end of file
+#$config['tag']['dropoff'] = 86400.0 * 10;
+
+#optionally show non-local messages in public timeline
+#$config['public']['localonly'] = false;