Add JWT secret for gitea

This appeared in my config - it's probably important
This commit is contained in:
Jake Howard
2023-10-15 18:55:24 +01:00
parent ad3b5bc42d
commit ad867f9654
3 changed files with 40 additions and 32 deletions

View File

@ -137,3 +137,6 @@ MINIO_USE_SSL = true
[storage.repo-archive]
PATH = /mnt/repo-archive
[oauth2]
JWT_SECRET = {{ oauth2_jwt_secret }}