]> git.mxchange.org Git - friendica.git/blobdiff - static/defaults.config.php
Add smarty3 dirs config
[friendica.git] / static / defaults.config.php
index 7e34ae66e7749ffde886467f2fec30aad539379c..70b0af78105b424816bfc3b9a9b5a70fd037fc86 100644 (file)
@@ -701,5 +701,10 @@ return [
                // ap_log_failure (Boolean)
                // Logs every ActivityPub activity that couldn't be compacted
                'ap_log_failure' => false,
-       ]
+       ],
+       'smarty3' => [
+               // config_dir (String)
+               // Base working directory for the templating engine, must be writeable by the webserver user
+               'config_dir' => 'view/smarty3',
+       ],
 ];