Allow disabling uploads
This commit is contained in:
parent
9df99681fb
commit
4d702eb345
5 changed files with 23 additions and 1 deletions
|
@ -181,6 +181,8 @@ SERVICE = server
|
|||
DISABLE_GRAVATAR = false
|
||||
|
||||
[attachment]
|
||||
; Whether attachments are enabled. Defaults to `true`
|
||||
ENABLE =
|
||||
; Path for attachments. Defaults to files/attachments
|
||||
PATH =
|
||||
; One or more allowed types, e.g. image/jpeg|image/png
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue