diff options
Diffstat (limited to 'config.php.sample')
-rw-r--r-- | config.php.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample index 2dbdbb673..27511d129 100644 --- a/config.php.sample +++ b/config.php.sample @@ -24,6 +24,9 @@ $config['site']['path'] = 'laconica'; #$config['site']['broughtby'] = 'Individual or Company'; #$config['site']['broughtbyurl'] = 'http://example.net/'; +# If you want logging sent to a file in addition to syslog +#$config['site']['logfile'] = '/tmp/laconica.log'; + # This is a PEAR DB DSN, see http://pear.php.net/manual/en/package.database.db.intro-dsn.php # Set it to match your actual database |