WIP: Allow attachments for comments
This commit is contained in:
parent
6e9f1c52b1
commit
4617bef895
8 changed files with 366 additions and 17 deletions
|
@ -180,6 +180,11 @@ SESSION_ID_HASHKEY =
|
|||
SERVICE = server
|
||||
DISABLE_GRAVATAR = false
|
||||
|
||||
[attachment]
|
||||
PATH =
|
||||
; One or more allowed types, e.g. image/jpeg|image/png
|
||||
ALLOWED_TYPES =
|
||||
|
||||
[log]
|
||||
ROOT_PATH =
|
||||
; Either "console", "file", "conn", "smtp" or "database", default is "console"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue