summaryrefslogtreecommitdiff
path: root/config.php.sample
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-07-17 09:43:31 -0400
committerEvan Prodromou <evan@prodromou.name>2008-07-17 09:43:31 -0400
commit753a03d895e60f3a59eb686fb9fc0278618cc924 (patch)
treee10056e7121847c9953b02ddfe37e5505a571190 /config.php.sample
parentfb6266265060202cb5e17cb2a03477b8c4559f68 (diff)
public indexers in config file
darcs-hash:20080717134331-84dde-b63c9b7e318d74e2cfea14cc962ec2d519f20d43.gz
Diffstat (limited to 'config.php.sample')
-rw-r--r--config.php.sample3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.php.sample b/config.php.sample
index 3f732d109..80aede557 100644
--- a/config.php.sample
+++ b/config.php.sample
@@ -48,8 +48,9 @@ $config['db']['database'] = 'mysql://laconica:microblog@localhost/laconica';
#$config['xmpp']['user'] = 'update';
#$config['xmpp']['resource'] = 'uniquename';
#$config['xmpp']['password'] = 'blahblahblah';
+#$config['xmpp']['public'][] = 'someindexer@example.net';
#Do notice broadcasts offline
-#If you set this, you must run the queuehandler.php
+#If you set this, you must run the xmppdaemon.php
#as a daemon (with, say, start-stop-daemon)
#$config['queue']['enabled'] = true; \ No newline at end of file