]> git.mxchange.org Git - friendica.git/blobdiff - static/defaults.config.php
IHTTPResult::getContentType is now a string again
[friendica.git] / static / defaults.config.php
index 00255ff14cf6c8cc958f87bb59b785a477b7b184..18b70d3c152f6e000adeb4c28880589abcc5e873 100644 (file)
@@ -32,6 +32,11 @@ return [
                // Can contain the port number with the syntax "hostname:port".
                'hostname' => '',
 
+               // port (Integer)
+               // Port of the database server.
+               // Can be used instead of adding a port number to the hostname
+               'port' => null,
+
                // user (String)
                // Database user name. Please don't use "root".
                'username' => '',
@@ -122,9 +127,9 @@ return [
                // Deny public access to the local user directory.
                'block_local_dir' => false,
 
-               // community_no_followers (Boolean)
-               // Don't display followers on the global community
-               'community_no_followers' => false,
+               // community_no_sharer (Boolean)
+               // Don't display sharing accounts on the global community
+               'community_no_sharer' => false,
 
                // cron_interval (Integer)
                // Minimal period in minutes between two calls of the "Cron" worker job.
@@ -475,6 +480,10 @@ return [
                // Maximum number of posts that a user can send per month with the API. 0 to disable monthly throttling.
                'throttle_limit_month' => 0,
 
+               // update_active_contacts (Boolean)
+               // When activated, only public contacts will be activated regularly that are used for example in items or tags.
+               'update_active_contacts' => false,
+
                // username_min_length (Integer)
                // The minimum character length a username can be.
                // This length is check once the username has been trimmed and multiple spaces have been collapsed into one.