]> git.mxchange.org Git - friendica.git/blobdiff - static/defaults.config.php
Changes after code review
[friendica.git] / static / defaults.config.php
index 3c4fdd762b3de0f0183838e74a742bd914f56fdc..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,