diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-05-07 02:07:31 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-05-07 02:07:31 -0700 |
commit | bc190595d1dfd56bf7e68597b3d574909eb27260 (patch) | |
tree | 4d9e9a67edeac7f8481de278c04f0cc984cf7e7f /config.php.sample | |
parent | 856e05a08ff8d09fbd580ed35906e3dda0475a0a (diff) |
Added TwitterStatusFetcher into daemon startup and shutdown subsystem
Diffstat (limited to 'config.php.sample')
-rw-r--r-- | config.php.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample index b8ed45fa8..6d6a9b533 100644 --- a/config.php.sample +++ b/config.php.sample @@ -150,6 +150,9 @@ $config['sphinx']['port'] = 3312; #$config['memcached']['server'] = 'localhost'; #$config['memcached']['port'] = 11211; +# Enable bidirectional Twitter bridge +#$config['twitterbridge']['enabled'] = true; + #Twitter integration source attribute. Note: default is Laconica #$config['integration']['source'] = 'Laconica'; |