summaryrefslogtreecommitdiff
path: root/config.php.sample
diff options
context:
space:
mode:
authorBrion Vibber <brion@status.net>2009-12-08 09:57:37 -0800
committerBrion Vibber <brion@status.net>2009-12-08 09:57:37 -0800
commit3536f01258dc43bee764c98fbdda5a6f1df7bcb2 (patch)
tree88074defbe64e35fe6941ac0870efd477686dfd0 /config.php.sample
parent5affa498209b8c768531a816865903728e726e88 (diff)
Make default & sample val for $config['queue']['queue_basename'] actually work! Now matches the recommendation in README which is in fact correct. Must include the /queue/ prefix (unless somthing else actually makes sense)
Diffstat (limited to 'config.php.sample')
-rw-r--r--config.php.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php.sample b/config.php.sample
index 473eb74e2..91e6614c0 100644
--- a/config.php.sample
+++ b/config.php.sample
@@ -154,7 +154,7 @@ $config['sphinx']['port'] = 3312;
// $config['queue']['subsystem'] = 'stomp';
// $config['queue']['stomp_server'] = 'tcp://localhost:61613';
// use different queue_basename for each statusnet instance managed by the server
-// $config['queue']['queue_basename'] = 'statusnet';
+// $config['queue']['queue_basename'] = '/queue/statusnet/';
// The following customise the behaviour of the various daemons:
// $config['daemon']['piddir'] = '/var/run';