forked from GNUsocial/gnu-social
add note to config.php.sample about localonly
darcs-hash:20080822210415-84dde-1a00e3090d52bbeeb5f40b0640cb561992ff0d1e.gz
This commit is contained in:
parent
a91cd75c17
commit
dadac11aa4
@ -76,3 +76,6 @@ $config['db']['database'] = 'mysql://laconica:microblog@localhost/laconica';
|
|||||||
#exponential decay factor for tags, default 10 days
|
#exponential decay factor for tags, default 10 days
|
||||||
#raise this if traffic is slow, lower it if it's fast
|
#raise this if traffic is slow, lower it if it's fast
|
||||||
#$config['tag']['dropoff'] = 86400.0 * 10;
|
#$config['tag']['dropoff'] = 86400.0 * 10;
|
||||||
|
|
||||||
|
#optionally show non-local messages in public timeline
|
||||||
|
#$config['public']['localonly'] = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user