X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=config.php.sample;h=20de7ffedfb72acc5df9808add46e1703d4a0273;hb=3172b50fc7eec9a2ae2b27abe5e9ab3e0875558c;hp=3d2a52beccefe943824a80a289589df4a8a6c652;hpb=58fcb5ac6f91d30a25a4fa03ba87855923c35828;p=quix0rs-gnu-social.git diff --git a/config.php.sample b/config.php.sample index 3d2a52becc..20de7ffedf 100644 --- a/config.php.sample +++ b/config.php.sample @@ -197,7 +197,7 @@ $config['sphinx']['port'] = 3312; // // $config['twitterimport']['enabled'] = true; -// Twitter OAuth settings +// Twitter OAuth settings. Documentation is at http://apiwiki.twitter.com/OAuth-FAQ // $config['twitter']['consumer_key'] = 'YOURKEY'; // $config['twitter']['consumer_secret'] = 'YOURSECRET'; @@ -268,6 +268,8 @@ $config['sphinx']['port'] = 3312; // Support for file uploads (attachments), // select supported mimetypes and quotas (in bytes) // $config['attachments']['supported'] = array('image/png', 'application/ogg'); +// $config['attachments']['supported'] = true; //allow all file types to be uploaded + // $config['attachments']['file_quota'] = 5000000; // $config['attachments']['user_quota'] = 50000000; // $config['attachments']['monthly_quota'] = 15000000;