mirror of
https://github.com/YunoHost-Apps/gogs_ynh.git
synced 2024-09-03 20:36:23 +02:00
Update app.ini
This commit is contained in:
parent
ac54a9aecd
commit
d68e905a95
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ OBJECTS_PATH = data/lfs-objects
|
|||
; Whether to enabled upload attachments in general.
|
||||
ENABLED = true
|
||||
; The path to store attachments on the file system.
|
||||
PATH = data/attachments
|
||||
PATH = __DATADIR__/data/attachments
|
||||
; File types that are allowed to be uploaded, e.g. "image/jpeg|image/png". Leave empty to allow any file type.
|
||||
ALLOWED_TYPES = image/jpeg|image/png
|
||||
; The maximum size of each file in MB.
|
||||
|
|
Loading…
Add table
Reference in a new issue