[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 f6a40390e0
commit d862457623

View File

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