Update default config with comments
This commit is contained in:
parent
bfe5b86004
commit
9df99681fb
1 changed files with 5 additions and 0 deletions
|
@ -181,9 +181,14 @@ SERVICE = server
|
|||
DISABLE_GRAVATAR = false
|
||||
|
||||
[attachment]
|
||||
; Path for attachments. Defaults to files/attachments
|
||||
PATH =
|
||||
; One or more allowed types, e.g. image/jpeg|image/png
|
||||
ALLOWED_TYPES =
|
||||
; Max size of each file. Defaults to 32MB
|
||||
MAX_SIZE
|
||||
; Max number of files per upload. Defaults to 10
|
||||
MAX_FILES =
|
||||
|
||||
[log]
|
||||
ROOT_PATH =
|
||||
|
|
Reference in a new issue