X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fdefault.php;h=82ffe80a5db4a51d678950d04a4861a94c756233;hb=3fb3ddb3a6472db243254c432ab930216de3b705;hp=673c94769a89d90070c456f4fe6183becb69a55d;hpb=a844c423a9a8408eb79a01763b632c2e1390ad9e;p=quix0rs-gnu-social.git diff --git a/lib/default.php b/lib/default.php index 673c94769a..82ffe80a5d 100644 --- a/lib/default.php +++ b/lib/default.php @@ -66,7 +66,7 @@ $default = 'minify' => true, // true to use the minified versions of JS files; false to use orig files. Can aid during development ), 'db' => - array('database' => 'YOU HAVE TO SET THIS IN config.php', + array('database' => null, // must be set 'schema_location' => INSTALLDIR . '/classes', 'class_location' => INSTALLDIR . '/classes', 'require_prefix' => 'classes/', @@ -277,7 +277,7 @@ $default = 'allow_tagging' => array('all' => true), // equivalent to array('local' => true, 'remote' => true) 'desclimit' => null), 'oembed' => - array('endpoint' => 'http://oohembed.com/oohembed/', + array('endpoint' => 'https://noembed.com/embed/', 'order' => array('built-in', 'well-known', 'service', 'discovery'), ), 'search' => @@ -288,7 +288,8 @@ $default = 'gc_limit' => 1000), // max sessions to expire at a time 'notice' => array('contentlimit' => null, - 'defaultscope' => null), // null means 1 if site/private, 0 otherwise + 'defaultscope' => null, // null means 1 if site/private, 0 otherwise + 'hidespam' => false), // Whether to hide silenced users from timelines 'message' => array('contentlimit' => null), 'location' => @@ -352,6 +353,5 @@ $default = array('cache' => true), // whether to cache the router object. Defaults to true, turn off for devel 'discovery' => array('cors' => false), // Allow Cross-Origin Resource Sharing for service discovery (host-meta, XRD, etc.) - 'performance' => array('high' => false), // disable some features for higher performance; default false - 'oldschool' => array('enabled' => false) // enable users to use old-style UI + 'performance' => array('high' => false) // disable some features for higher performance; default false );