Use more consistent paths for storage

This commit is contained in:
Luke Murphy 2020-09-09 08:17:43 +02:00
parent 80ebbf0d4c
commit 4bfaf56cef
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 2 deletions

View File

@ -28,5 +28,5 @@ SECRET_KEY = {{ secret "secret_key" }}
JWT_SECRET = {{ secret "jwt_secret" }}
[picture]
AVATAR_UPLOAD_PATH = /data/avatars
REPOSITORY_AVATAR_UPLOAD_PATH = /data/repo-avatars
AVATAR_UPLOAD_PATH = /data/gitea/avatars
REPOSITORY_AVATAR_UPLOAD_PATH = /data/gitea/repo-avatars