summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorJustin Nuß <justin.nuss@hmmh.de>2014-07-24 15:51:40 +0200
committerJustin Nuß <justin.nuss@hmmh.de>2014-07-24 15:51:40 +0200
commit4d702eb345d36888b9cace32ba51ac79e9a260f8 (patch)
tree76dac7e89f25120e9fe6359494c7db325564c9ae /conf
parent9df99681fbcb5a809d2821c3861c8655f885af7a (diff)
downloadgitea-4d702eb345d36888b9cace32ba51ac79e9a260f8.tar.gz
gitea-4d702eb345d36888b9cace32ba51ac79e9a260f8.zip
Allow disabling uploads
Diffstat (limited to 'conf')
-rw-r--r--conf/app.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini
index 20ff349441..96e320375b 100644
--- a/conf/app.ini
+++ b/conf/app.ini
@@ -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