summaryrefslogtreecommitdiff
path: root/config.php.sample
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2010-03-05 17:05:00 -0800
committerZach Copley <zach@status.net>2010-03-05 17:05:55 -0800
commite97515c8779705bf732840df0611cc2025a4781f (patch)
tree8866ddbc37555c54d4a8623357275f2c4d19b418 /config.php.sample
parent421041c51aa4a92fa2c6f03cedcbd30d8cdfb7d4 (diff)
Remove unused variables, update Twitter ones
Diffstat (limited to 'config.php.sample')
-rw-r--r--config.php.sample9
1 files changed, 1 insertions, 8 deletions
diff --git a/config.php.sample b/config.php.sample
index 5c5fb5b53..9e0b4e2ac 100644
--- a/config.php.sample
+++ b/config.php.sample
@@ -188,9 +188,6 @@ $config['sphinx']['port'] = 3312;
// Disable SMS
// $config['sms']['enabled'] = false;
-// Disable Twitter integration
-// $config['twitter']['enabled'] = false;
-
// Twitter integration source attribute. Note: default is StatusNet
// $config['integration']['source'] = 'StatusNet';
@@ -198,7 +195,7 @@ $config['sphinx']['port'] = 3312;
//
// NOTE: if you enable this you must also set $config['avatar']['path']
//
-// $config['twitterbridge']['enabled'] = true;
+// $config['twitterimport']['enabled'] = true;
// Twitter OAuth settings
// $config['twitter']['consumer_key'] = 'YOURKEY';
@@ -212,10 +209,6 @@ $config['sphinx']['port'] = 3312;
// $config['throttle']['count'] = 100;
// $config['throttle']['timespan'] = 3600;
-// List of users banned from posting (nicknames and/or IDs)
-// $config['profile']['banned'][] = 'hacker';
-// $config['profile']['banned'][] = 12345;
-
// Config section for the built-in Facebook application
// $config['facebook']['apikey'] = 'APIKEY';
// $config['facebook']['secret'] = 'SECRET';