diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2018-05-28 22:56:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-28 22:56:54 +0800 |
commit | 5c95f7c7ce0dd992932f1bd3c3a40240aa11d4d0 (patch) | |
tree | eac2427025b6fe63da1cf29fd51cd782dda0b933 /custom/conf/app.ini.sample | |
parent | fd274ffcd9bfdaac210278794ca4d87216868b8a (diff) | |
download | gitea-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.sample | 2 |
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 |