rename auth configuration variables to make them more readable
[phorkie.git] / data / config.php.dist
index e90f704ca28bd01094cc07c79a2879edaa14bb4e..ced993f508afe4e654b5d8c337358e874c9b4e04 100644 (file)
@@ -5,7 +5,10 @@
 //$GLOBALS['phorkie']['cfg']['git']['private'] = 'ssh://git@bogo:paste/';
 //$GLOBALS['phorkie']['cfg']['elasticsearch'] = 'http://localhost:9200/phorkie/';
 //$GLOBALS['phorkie']['cfg']['setupcheck'] = false;
-//$GLOBALS['phorkie']['users'] = array(
+
+//$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'
 //);