mirror of
https://github.com/go-gitea/gitea
synced 2025-08-12 20:48:20 +00:00
WIP: Allow attachments for comments
This commit is contained in:
@@ -180,6 +180,11 @@ SESSION_ID_HASHKEY =
|
||||
SERVICE = server
|
||||
DISABLE_GRAVATAR = false
|
||||
|
||||
[attachment]
|
||||
PATH =
|
||||
; One or more allowed types, e.g. image/jpeg|image/png
|
||||
ALLOWED_TYPES =
|
||||
|
||||
[log]
|
||||
ROOT_PATH =
|
||||
; Either "console", "file", "conn", "smtp" or "database", default is "console"
|
||||
|
Reference in New Issue
Block a user