]> git.mxchange.org Git - friendica.git/blobdiff - static/settings.config.php
Fix IHTTPResult::getHeader/s()
[friendica.git] / static / settings.config.php
index e8c6d09f81eef735e58f6304b9c09c75d4b483f9..96ae421ff0e746354c9e72d2b7c004f53dc973a8 100644 (file)
@@ -203,4 +203,11 @@ return [
        // Used in the admin settings to lock certain features
        'featurelock' => [
        ],
+
+       // Storage backend configuration
+       'storage' => [
+               // name (String)
+               // The name of the current used backend (default is Database)
+               'name' => 'Database',
+       ],
 ];