[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' => [
|
'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',
|
||||||
|
Loading…
Reference in New Issue
Block a user