summaryrefslogtreecommitdiffstats
path: root/conf/app.ini
diff options
context:
space:
mode:
Diffstat (limited to 'conf/app.ini')
-rw-r--r--conf/app.ini12
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini
index 296509f721..96e320375b 100644
--- a/conf/app.ini
+++ b/conf/app.ini
@@ -180,6 +180,18 @@ SESSION_ID_HASHKEY =
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
+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 =
; Either "console", "file", "conn", "smtp" or "database", default is "console"