Allow disabling uploads

This commit is contained in:
Justin Nuß 2014-07-24 15:51:40 +02:00
parent 9df99681fb
commit 4d702eb345
5 changed files with 23 additions and 1 deletions

View file

@ -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