X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=config.php.sample;h=b8ed45fa83ce77fcf4a2ecf9b8b4448797c95701;hb=6a247acb45198c3748df48d8b14b71c8f8b839de;hp=fa35288353f1e0d0c785c96632fd891cfef324f9;hpb=dcee7f2f6230be385972af4abc9ea8653bf42668;p=quix0rs-gnu-social.git diff --git a/config.php.sample b/config.php.sample index fa35288353..b8ed45fa83 100644 --- a/config.php.sample +++ b/config.php.sample @@ -30,6 +30,8 @@ $config['site']['path'] = 'laconica'; #$config['site']['closed'] = true; #Only allow registration for people invited by another user #$config['site']['inviteonly'] = true; +#Make the site invisible to non-logged-in users +#$config['site']['private'] = true; # If you want logging sent to a file instead of syslog #$config['site']['logfile'] = '/tmp/laconica.log';