Add avatar storage path

See autonomic-cooperative/git.autonomic.zone#12.
This commit is contained in:
Luke Murphy 2020-09-09 08:05:33 +02:00
parent f5dd213348
commit 80ebbf0d4c
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 4 additions and 0 deletions

View File

@ -26,3 +26,7 @@ SECRET_KEY = {{ secret "secret_key" }}
[oauth2]
JWT_SECRET = {{ secret "jwt_secret" }}
[picture]
AVATAR_UPLOAD_PATH = /data/avatars
REPOSITORY_AVATAR_UPLOAD_PATH = /data/repo-avatars