using picture rather than avatar
This commit is contained in:
+4
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user