1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-12 04:28:21 +00:00

fix attachment ENABLED (#4064) (#4066)

* fix attachment ENABLED

* change wrong name on app.ini.sample
This commit is contained in:
Lunny Xiao
2018-05-29 08:27:44 +08:00
committed by GitHub
parent 2d0db24083
commit 7673ca9646
2 changed files with 2 additions and 2 deletions

View File

@@ -403,7 +403,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