1
0
Fork 0
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:
ericgaspar 2021-11-26 15:32:23 +01:00
parent ac54a9aecd
commit d68e905a95
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

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