10 lines
334 B
Plaintext
10 lines
334 B
Plaintext
|
|
||
|
putenv('TTRSS_ENABLE_TWEET_BUTTON=false');
|
||
|
// Enable 'tweet this' button for articles
|
||
|
|
||
|
putenv('TTRSS_CONSUMER_KEY=');
|
||
|
putenv('TTRSS_CONSUMER_SECRET=');
|
||
|
// Your OAuth instance authentication information for Twitter, visit
|
||
|
// http://twitter.com/oauth_clients to register your instance.
|
||
|
|