diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-03 21:48:23 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-03 21:48:23 +0000 |
commit | e21844c7e4d522faabede91d213b609f44e63100 (patch) | |
tree | d112cc389d1e0d93da9684bd52fc0b5a21102d9a /config.php.sample | |
parent | e632f3be6f48c187b8049f35756b25ae80be2f0b (diff) | |
parent | 95bb1c6a99766d065ffcde9523de05d8a1162c3d (diff) |
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Diffstat (limited to 'config.php.sample')
-rw-r--r-- | config.php.sample | 8 |
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; |