]> git.mxchange.org Git - friendica.git/blobdiff - static/defaults.config.php
Changes after code review
[friendica.git] / static / defaults.config.php
index 467e41575825013b5855b5c61ac4b5e2fb4beb6c..7e699fad714ba3f6a06368bd3c6fcd6fc0156ce3 100644 (file)
@@ -132,6 +132,10 @@ return [
                // The value has to start with the scheme and end with a "/"
                'avatar_cache_url' => '',
 
+               // basicauth (Boolean)
+               // Controls if login via BasicAuth is possible (default is true)
+               'basicauth' => true,
+
                // big_emojis (Boolean)
                // Display "Emoji Only" posts in big.
                'big_emojis' => false,
@@ -520,7 +524,7 @@ return [
                'profiler' => false,
 
                // pushpoll_frequency (Integer)
-               // Frequency of contact poll for subhub contact using the DFRM or OStatus network.
+               // Frequency of contact poll for subhub contact using the DFRN or OStatus network.
                // Available values:
                // - 5 = every month
                // - 4 = every week