[DB][DEFAULTS] Change attachment storage location from uploads to attachments
This commit is contained in:
parent
3b86a46625
commit
e1181ab998
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user