]> git.mxchange.org Git - friendica.git/blobdiff - static/defaults.config.php
Merge remote-tracking branch 'upstream/develop' into baseurl
[friendica.git] / static / defaults.config.php
index 125d8ce7b655a692c648b1a4bba0be9d84190ba7..33ed8211b483949ec64e0717fa55c10c87fc3f1d 100644 (file)
@@ -543,11 +543,11 @@ return [
                'pushpoll_frequency' => 3,
 
                // redis_host (String)
-               // Host name of the redis daemon.
+               // Host name or the path to the Unix domain socket of the Redis daemon.
                'redis_host' => '127.0.0.1',
 
-               // redis_port (String)
-               // Port number of the redis daemon.
+               // redis_port (Integer)
+               // Port number of the Redis daemon, should be -1 for unix domain socket
                'redis_port' => 6379,
 
                // redis_db (Integer)
@@ -783,7 +783,12 @@ return [
        ],
        'api' => [
                // mastodon_banner (String)
-               // Banner for Mastodon API
+               // Default banner image for Mastodon API, must be a relative path from the base Friendica folder
+               //
+               // Default picture credits:
+               // Author: Lostinlight <https://mastodon.xyz/@lightone>
+               // License: CC0 https://creativecommons.org/share-your-work/public-domain/cc0/
+               // Link to original work: https://gitlab.com/lostinlight/per_aspera_ad_astra/-/blob/master/friendica-404/friendica-promo-bubbles.jpg
                'mastodon_banner' => '/images/friendica-banner.jpg',
        ],
        'blocklist' => [