aboutsummaryrefslogtreecommitdiff
path: root/data/config.php.dist
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2012-09-19 00:08:43 +0200
committerChristian Weiske <cweiske@cweiske.de>2012-09-19 00:08:43 +0200
commit72dac890a041b8261262c7df7d7f8a8a816a146b (patch)
tree11b6d75b872f2816119250a5408dc95f88e60330 /data/config.php.dist
parentdca6d8d7b6bb61f303c17905dde4ecbde7ff1da5 (diff)
parent29035e26e880fcbc3027d5b6bd283959cb869534 (diff)
downloadphorkie-72dac890a041b8261262c7df7d7f8a8a816a146b.tar.gz
phorkie-72dac890a041b8261262c7df7d7f8a8a816a146b.zip
Merge branch 'auth-openid'
Diffstat (limited to 'data/config.php.dist')
-rw-r--r--data/config.php.dist7
1 files changed, 7 insertions, 0 deletions
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'
+//);
?>