summaryrefslogtreecommitdiff
path: root/config.php.sample
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2009-08-06 22:38:06 -0400
committerCraig Andrews <candrews@integralblue.com>2009-08-06 22:38:06 -0400
commit1c3a1360a9bde9bd916df8a2e064438d3ef600e7 (patch)
tree775668662785556b7d79209b9cc453368d04c053 /config.php.sample
parent49eb6009a54e9fd5609cce1ba7cfc9d85edff8c0 (diff)
parent7c9e12a0b8117809d559e1120b5f4f0cf578e646 (diff)
Merge commit 'jeff-themovie/0.8.x-subsystems-enabled' into 0.8.x
Diffstat (limited to 'config.php.sample')
-rw-r--r--config.php.sample9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample
index c27645ff8..21b6865e1 100644
--- a/config.php.sample
+++ b/config.php.sample
@@ -164,6 +164,15 @@ $config['sphinx']['port'] = 3312;
// $config['memcached']['server'] = 'localhost';
// $config['memcached']['port'] = 11211;
+// Disable post-by-email
+// $config['emailpost']['enabled'] = false;
+
+// Disable SMS
+// $config['sms']['enabled'] = false;
+
+// Disable Twitter integration
+// $config['twitter']['enabled'] = false;
+
// Twitter integration source attribute. Note: default is Laconica
// $config['integration']['source'] = 'Laconica';