summaryrefslogtreecommitdiff
path: root/config.php.sample
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-04-02 06:23:50 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-04-02 06:23:50 -0400
commit6be15dfcacfa821566c16e71cc7bc478b2ff9433 (patch)
tree461685095e0c84e5ef6db8c60ca4aee95d49e46a /config.php.sample
parent798984381f9ee40681d1feb4a7bef72460fe39f2 (diff)
parent5e9ff6ae973423c06ac42c679f4ad67a46a77bd0 (diff)
Merge branch '0.8.x' of git://gitorious.org/laconica/fmarani-clone into fmarani/0.8.x
Diffstat (limited to 'config.php.sample')
-rw-r--r--config.php.sample8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample
index d62a54fe7..59e0cc712 100644
--- a/config.php.sample
+++ b/config.php.sample
@@ -128,6 +128,14 @@ $config['sphinx']['port'] = 3312;
#background. See the README for details.
#$config['queue']['enabled'] = true;
+#Queue subsystem
+#subsystems: internal (default) or stomp
+#using stomp requires an external message queue server
+#$config['queue']['subsystem'] = 'stomp';
+#$config['queue']['stomp_server'] = 'tcp://localhost:61613';
+#use different queue_basename for each laconica instance managed by the server
+#$config['queue']['queue_basename'] = 'laconica';
+
#The following customise the behaviour of the various daemons:
#$config['daemon']['piddir'] = '/var/run';
#$config['daemon']['user'] = false;