X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=config.php.sample;h=d42bac9a6920be6fd97332b5553f364f8b96fd76;hb=9014a0a90d9ab5ee408aded51f379fd084fcd82c;hp=636f4cf8e22255322c0452e154727f1ff3cb0f41;hpb=c2ba727d6154394fe234e9297b430ac69fd24c88;p=quix0rs-gnu-social.git diff --git a/config.php.sample b/config.php.sample index 636f4cf8e2..d42bac9a69 100644 --- a/config.php.sample +++ b/config.php.sample @@ -153,6 +153,12 @@ $config['sphinx']['port'] = 3312; // Twitter integration source attribute. Note: default is Laconica // $config['integration']['source'] = 'Laconica'; +// Enable bidirectional Twitter bridge +// +// NOTE: if you enable this you must also set $config['avatar']['path'] +// +// $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. @@ -222,4 +228,6 @@ $config['sphinx']['port'] = 3312; // $config['attachments']['file_quota'] = 5000000; // $config['attachments']['user_quota'] = 50000000; // $config['attachments']['monthly_quota'] = 15000000; +// $config['attachments']['uploads'] = true; +// $config['oohembed']['endpoint'] = 'http://oohembed.com/oohembed/';