X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/15a5134227f6463eda54d21821eecffd433b4673..1797cbc2b010552b54e9d070820fa9cbc9ce3af9:/data/config.php.dist diff --git a/data/config.php.dist b/data/config.php.dist index 1e814bd..ced993f 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -5,4 +5,11 @@ //$GLOBALS['phorkie']['cfg']['git']['private'] = 'ssh://git@bogo:paste/'; //$GLOBALS['phorkie']['cfg']['elasticsearch'] = 'http://localhost:9200/phorkie/'; //$GLOBALS['phorkie']['cfg']['setupcheck'] = false; + +//$GLOBALS['phorkie']['auth']['securityLevel'] = 0; +//$GLOBALS['phorkie']['auth']['listedUsersOnly'] = false; +//$GLOBALS['phorkie']['auth']['users'] = array( +// 'https://www.google.com/accounts/o8/id?id=ABCDEFGHIJKLMNOPQRSTUVWXYZ', +// 'http://anonymous.phorkie.openid' +//); ?>