]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
add note to config.php.sample about localonly
authorEvan Prodromou <evan@prodromou.name>
Fri, 22 Aug 2008 21:04:15 +0000 (17:04 -0400)
committerEvan Prodromou <evan@prodromou.name>
Fri, 22 Aug 2008 21:04:15 +0000 (17:04 -0400)
darcs-hash:20080822210415-84dde-1a00e3090d52bbeeb5f40b0640cb561992ff0d1e.gz

config.php.sample

index 8ee1f4fb46c6ab9b22133c7cea973bff050a9698..a0768636dc83c822b8bea261b73f81ced3eb28dc 100644 (file)
@@ -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;