diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-09-19 19:00:35 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-09-19 19:00:35 +0200 |
| commit | 1797cbc2b010552b54e9d070820fa9cbc9ce3af9 (patch) | |
| tree | f4ac239f23e5cdccd75e4ec514abedbd582f4333 /data/config.php.dist | |
| parent | 63575a005e8e2386abb24e97791e18d61e6350fe (diff) | |
| parent | 149e039741f94f9e22bd2c8d7dcf33158a110e79 (diff) | |
| download | phorkie-1797cbc2b010552b54e9d070820fa9cbc9ce3af9.tar.gz phorkie-1797cbc2b010552b54e9d070820fa9cbc9ce3af9.zip | |
Merge branch 'master' into remotefork
Diffstat (limited to 'data/config.php.dist')
| -rw-r--r-- | data/config.php.dist | 7 |
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' +//); ?> |
