1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-12 20:48:20 +00:00

Allow disabling uploads

This commit is contained in:
Justin Nuß
2014-07-24 15:51:40 +02:00
parent 9df99681fb
commit 4d702eb345
5 changed files with 23 additions and 1 deletions

View File

@@ -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