summaryrefslogtreecommitdiffstats
path: root/custom/conf/app.ini.sample
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2018-05-28 22:56:54 +0800
committerGitHub <noreply@github.com>2018-05-28 22:56:54 +0800
commit5c95f7c7ce0dd992932f1bd3c3a40240aa11d4d0 (patch)
treeeac2427025b6fe63da1cf29fd51cd782dda0b933 /custom/conf/app.ini.sample
parentfd274ffcd9bfdaac210278794ca4d87216868b8a (diff)
downloadgitea-5c95f7c7ce0dd992932f1bd3c3a40240aa11d4d0.tar.gz
gitea-5c95f7c7ce0dd992932f1bd3c3a40240aa11d4d0.zip
fix attachment ENABLED (#4064)
* fix attachment ENABLED * change wrong name on app.ini.sample
Diffstat (limited to 'custom/conf/app.ini.sample')
-rw-r--r--custom/conf/app.ini.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample
index 8392576da2..184fa8e8cc 100644
--- a/custom/conf/app.ini.sample
+++ b/custom/conf/app.ini.sample
@@ -412,7 +412,7 @@ ENABLE_FEDERATED_AVATAR = false
[attachment]
; Whether attachments are enabled. Defaults to `true`
-ENABLE = true
+ENABLED = true
; Path for attachments. Defaults to `data/attachments`
PATH = data/attachments
; One or more allowed types, e.g. image/jpeg|image/png