]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/default.php
better output for registration confirmation
[quix0rs-gnu-social.git] / lib / default.php
index be0e4a74e62ee4321baddc748b6730a2573e18f1..c58db28f51c24ee1c521d8377543df21f01a5d38 100644 (file)
@@ -52,7 +52,7 @@ $default =
               'timezone' => 'UTC',
               'broughtbyurl' => null,
               'closed' => false,
-              'inviteonly' => false,
+              'inviteonly' => true,
               'private' => true,
               'ssl' => 'never',
               'sslserver' => null,
@@ -190,9 +190,9 @@ $default =
               'user' => false,
               'group' => false),
         'emailpost' =>
-        array('enabled' => true),
+        array('enabled' => false),
         'sms' =>
-        array('enabled' => true),
+        array('enabled' => false),
         'twitterimport' =>
         array('enabled' => false),
         'integration' =>
@@ -269,12 +269,17 @@ $default =
         'group' =>
         array('maxaliases' => 3,
               'desclimit' => null),
-        'oembed' => 
+        'peopletag' =>
+        array('maxtags' => 100, // maximum number of tags a user can create.
+              'maxpeople' => 500, // maximum no. of people with the same tag by the same user
+              'allow_tagging' => array('all' => true), // equivalent to array('local' => true, 'remote' => true)
+              'desclimit' => null),
+        'oembed' =>
         array('endpoint' => 'http://oohembed.com/oohembed/',
               'order' => array('built-in', 'well-known', 'service', 'discovery'),
         ),
         'search' =>
-        array('type' => 'fulltext'),
+        array('type' => 'like'),
         'sessions' =>
         array('handle' => false,   // whether to handle sessions ourselves
               'debug' => false,    // debugging output for sessions