diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-04 01:04:25 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-04 01:04:25 -0400 |
commit | 73a0271960a5e7e2bc6e040595d3071d7b689a99 (patch) | |
tree | 569be28a814427c5b0005e4b96ef536ba14ddc60 /config.php.sample | |
parent | 784299c25778fccb3292b4f339446f37c11d2bf9 (diff) |
enqueue notices for offline broadcast
darcs-hash:20080704050425-84dde-d0106845c7b16b80be8e0d5ee9ac93a457334df7.gz
Diffstat (limited to 'config.php.sample')
-rw-r--r-- | config.php.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample index add56b839..2dbdbb673 100644 --- a/config.php.sample +++ b/config.php.sample @@ -50,3 +50,7 @@ $config['db']['database'] = 'mysql://laconica:microblog@localhost/laconica'; #$config['xmpp']['resource'] = 'uniquename'; #$config['xmpp']['password'] = 'blahblahblah'; +#Do notice broadcasts offline +#If you set this, you must run the queuehandler.php +#as a daemon (with, say, start-stop-daemon) +#$config['queue']['enabled'] = true;
\ No newline at end of file |