X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdefaults.config.php;h=a8fa44038d4ab093ad1377599e0d8f8288f976b6;hb=3749892f590088275f82d2c90ff1372d24e2d9ec;hp=967ca54eb336989c9b7cfcc6fb816380de281ff5;hpb=1874a32728142f2c12724562eb122eb1cd1370fe;p=friendica.git diff --git a/static/defaults.config.php b/static/defaults.config.php index 967ca54eb3..a8fa44038d 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -364,6 +364,11 @@ return [ // If activated, all hashtags will point to the local server. 'local_tags' => false, + // lock_driver (semaphore|database|memcache|memcached|redis|apcu) + // Whether to use semaphores, the database, Memcache, Memcached, Redis or APCu to handle locks. + // Default is auto detection which tries semaphores first, then falls back to the cache driver. + 'lock_driver' => '', + // logger_config (String) // Sets the logging adapter of Friendica globally (monolog, syslog, stream) 'logger_config' => 'stream', @@ -711,6 +716,13 @@ return [ // Must be writable by the ejabberd process. if set then it will prevent the running of multiple processes. 'lockpath' => '', ], + 'diaspora' => [ + // native_photos (Boolean) + // If enabled, photos to Diaspora will be transmitted via the "photo" element instead of embedding them to the body. + // This is some visual improvement over the embedding but comes with the cost of losing accessibility. + // Is is disabled by default until Diaspora eventually will work on issue https://github.com/diaspora/diaspora/issues/8297 + 'native_photos' => false, + ], 'debug' => [ // ap_inbox_log (Boolean) // Logs every call to /inbox as a JSON file in Friendica's temporary directory