using picture rather than avatar
This commit is contained in:
parent
97eea95492
commit
6cd6c2a0d8
@ -59,14 +59,14 @@ ROOT = /data/gitea/app_data/repositories
|
||||
DISABLE_FORK_TIME_CHECK = true
|
||||
MAX_CREATION_LIMIT = 0
|
||||
|
||||
[picture]
|
||||
AVATAR_UPLOAD_PATH = /data/gitea/app_data/repositories/avatars
|
||||
REPOSITORY_AVATAR_UPLOAD_PATH = /data/gitea/app_data/repositories/repo-avatars
|
||||
|
||||
[attachment]
|
||||
STORAGE_TYPE = local
|
||||
PATH = /data/gitea/app_data/repositories/attachments
|
||||
|
||||
[avatar]
|
||||
STORAGE_TYPE = local
|
||||
PATH = /data/gitea/app_data/repositories/avatars
|
||||
|
||||
[lfs]
|
||||
STORAGE_TYPE = local
|
||||
PATH = /data/gitea/app_data/repositories/lfs
|
||||
|
||||
Loading…
Reference in New Issue
Block a user