X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=config.php.sample;h=636f4cf8e22255322c0452e154727f1ff3cb0f41;hb=8384e7c7f63d209cf0cbf9574586de84f88959d0;hp=4f438dc5e179bbca9bf7bd71ca6864c7436b463b;hpb=f90d0ac6c8daae0f939df75b120368976f7b4a30;p=quix0rs-gnu-social.git diff --git a/config.php.sample b/config.php.sample index 4f438dc5e1..636f4cf8e2 100644 --- a/config.php.sample +++ b/config.php.sample @@ -206,3 +206,20 @@ $config['sphinx']['port'] = 3312; // print "Error\n"; // exit(1); // } + +// How often to send snapshots; in # of web hits. Ideally, +// try to do this once per month (that is, make this equal to number +// of hits per month) +// $config['snapshot']['frequency'] = 10000; +// If you don't want to report statistics to the central server, uncomment. +// $config['snapshot']['run'] = 'never'; +// If you want to report statistics in a cron job instead. +// $config['snapshot']['run'] = 'cron'; + +// Support for file uploads (attachments), +// select supported mimetypes and quotas (in bytes) +// $config['attachments']['supported'] = array('image/png', 'application/ogg'); +// $config['attachments']['file_quota'] = 5000000; +// $config['attachments']['user_quota'] = 50000000; +// $config['attachments']['monthly_quota'] = 15000000; +