forgejo: Use correct variable for jwk key

This commit is contained in:
Timo Makinen 2025-03-06 19:31:26 +00:00
parent 36947f349b
commit 020b2afa0d

View file

@ -75,4 +75,4 @@ REVERSE_PROXY_LIMIT = 1
ENABLED = true
[oauth2]
JWT_SECRET = {{ gitea_oauth_jwt_secret }}
JWT_SECRET = {{ forgejo_oauth_jwt_secret }}