X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/53e6e11d2b3ffd73abdd166c3a3d983479fc3040..e89b9ef6bc1d93736bfa0f0a4a4ab88690ab900e:/data/config.default.php diff --git a/data/config.default.php b/data/config.default.php index bd41d0d..7ecbda3 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -9,6 +9,13 @@ $GLOBALS['phorkie']['cfg'] = array( 'topbar' => '', 'setupcheck' => true, 'elasticsearch' => null, + 'geshi' => 'MediaWiki/geshi/geshi/geshi.php', + 'index' => 'new'//"new" or "list" +); +$GLOBALS['phorkie']['auth'] = array( + 'secure' => 0, // 0 = public, no authentication, 1 = protect adds/edits/deletes, 2 = use authentication + 'userlist' => false, // true = user must be explicitly defined, false = anyone allowed, but they must authenticate + 'anonymousEmail' => 'anonymous@phorkie' // Email for non-authenticated commits ); $GLOBALS['phorkie']['tools'] = array( '\\phorkie\\Tool_Xmllint' => true,