]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
tweak browsing by tag query
[tt-rss.git] / config.php-dist
index a7ab86283815ec2d710a0a315c33920c2b2ce278..824b843c7719bc6312101eef1d1ecc39a09daaa9 100644 (file)
        define('ENABLE_TWEET_BUTTON', false);
        // Enable 'tweet this' button for articles
 
+       define('CONSUMER_KEY', '');
+       define('CONSUMER_SECRET', '');
+       // Your OAuth instance authentication information for Twitter, visit
+       // http://twitter.com/oauth_clients to register your instance.
+
        define('CONFIG_VERSION', 20);
        // Expected config version. Please update this option in config.php
        // if necessary (after migrating all new options from this file).