1
0
Fork 0

Add smarty3 dirs config

`FriendicaSmarty` get work dirs from config, with fallback if not set
This commit is contained in:
fabrixxm 2022-08-05 15:12:22 +02:00 committed by Hypolite Petovan
commit 547b4684fd
3 changed files with 31 additions and 23 deletions

View 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',
],
];