diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-09-18 07:46:49 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-09-18 07:46:49 +0200 |
| commit | 8aa0b9bda25f570e591e554bdbece99d5f6458c8 (patch) | |
| tree | 18d8258dc8ef7dbf5bd9c9fda0191925f7172cce /data/config.php.dist | |
| parent | 3367fca1c9cdeb70c95154f20011b268d4d080a4 (diff) | |
| download | phorkie-8aa0b9bda25f570e591e554bdbece99d5f6458c8.tar.gz phorkie-8aa0b9bda25f570e591e554bdbece99d5f6458c8.zip | |
rename auth configuration variables to make them more readable
Diffstat (limited to 'data/config.php.dist')
| -rw-r--r-- | data/config.php.dist | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/config.php.dist b/data/config.php.dist index e90f704..ced993f 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -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' //); |
