diff options
author | Brion Vibber <brion@status.net> | 2009-12-08 09:57:37 -0800 |
---|---|---|
committer | Brion Vibber <brion@status.net> | 2009-12-08 09:57:37 -0800 |
commit | 3536f01258dc43bee764c98fbdda5a6f1df7bcb2 (patch) | |
tree | 88074defbe64e35fe6941ac0870efd477686dfd0 /config.php.sample | |
parent | 5affa498209b8c768531a816865903728e726e88 (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.sample | 2 |
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'; |