]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - config.php.sample
Merge commit 'jeff-themovie/0.8.x-openidonly' into 0.8.x
[quix0rs-gnu-social.git] / config.php.sample
index 42d42cf86fd222bac72e39d56310d6891d08372e..8b4b777f2206218abfa02ed560e817af0b094625 100644 (file)
@@ -184,6 +184,10 @@ $config['sphinx']['port'] = 3312;
 //
 // $config['twitterbridge']['enabled'] = true;
 
+// Twitter OAuth settings
+// $config['twitter']['consumer_key']    = 'YOURKEY';
+// $config['twitter']['consumer_secret'] = 'YOURSECRET';
+
 // 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.