[DB][DEFAULTS] Change attachment storage location from uploads to attachments

This commit is contained in:
Hugo Sales 2020-09-05 02:35:46 +00:00 committed by Hugo Sales
parent 3b86a46625
commit e1181ab998
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ abstract class DefaultSettings
'attachments' => [
'server' => null,
'ssl' => null,
'dir' => INSTALLDIR . '/file/uploads/',
'dir' => INSTALLDIR . '/file/attachments/',
'supported' => [
'application/vnd.oasis.opendocument.chart' => 'odc',
'application/vnd.oasis.opendocument.formula' => 'odf',