diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-06-18 12:22:41 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-06-18 12:22:41 -0700 |
commit | 68b34b32667025b6d3ab74c0a6b5b356d1f24b10 (patch) | |
tree | 2e037446751b43a8ac2728c8d5b507da3ff3f915 /config.php.sample | |
parent | 3f54840b51d5565fdeb7057661ff730bc0e41833 (diff) | |
parent | d3fa832f76c90c194e0a60448ad8c53a043f5438 (diff) |
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
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 7649c5262..529164108 100644 --- a/config.php.sample +++ b/config.php.sample @@ -153,6 +153,9 @@ $config['sphinx']['port'] = 3312; // Twitter integration source attribute. Note: default is Laconica // $config['integration']['source'] = 'Laconica'; +// Enable bidirectional Twitter bridge +// $config['twitterbridge']['enabled'] = true; + // Edit throttling. Off by default. If turned on, you can only post 20 notices // every 10 minutes. Admins may want to play with the settings to minimize inconvenience for // real users without getting uncontrollable floods from spammers or runaway bots. |