X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=config.php.sample;h=57aa6a6c8cc20b620af337cb66eb750e37969f5e;hb=3474a0f04edfc683d1bfa43c540947083c18a1d2;hp=d42bac9a6920be6fd97332b5553f364f8b96fd76;hpb=45430d2b3b952dda31d232c2726e5980a7e6e56a;p=quix0rs-gnu-social.git diff --git a/config.php.sample b/config.php.sample index d42bac9a69..57aa6a6c8c 100644 --- a/config.php.sample +++ b/config.php.sample @@ -36,6 +36,9 @@ $config['site']['path'] = 'laconica'; // If you want logging sent to a file instead of syslog // $config['site']['logfile'] = '/tmp/laconica.log'; +// Change the syslog facility that Laconica logs to (default is LOG_USER) +// $config['syslog']['facility'] = LOG_LOCAL7; + // Enables extra log information, for example full details of PEAR DB errors // $config['site']['logdebug'] = true; @@ -86,6 +89,9 @@ $config['sphinx']['port'] = 3312; // $config['xmpp']['public'][] = 'someindexer@example.net'; // $config['xmpp']['debug'] = false; +// Turn off invites +// $config['invite']['enabled'] = false; + // Default locale info // $config['site']['timezone'] = 'Pacific/Auckland'; // $config['site']['language'] = 'en_NZ';