diff options
Diffstat (limited to 'config.php.sample')
-rw-r--r-- | config.php.sample | 9 |
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'; |