forgejo: Use correct variable for jwk key
This commit is contained in:
parent
36947f349b
commit
020b2afa0d
1 changed files with 1 additions and 1 deletions
|
@ -75,4 +75,4 @@ REVERSE_PROXY_LIMIT = 1
|
||||||
ENABLED = true
|
ENABLED = true
|
||||||
|
|
||||||
[oauth2]
|
[oauth2]
|
||||||
JWT_SECRET = {{ gitea_oauth_jwt_secret }}
|
JWT_SECRET = {{ forgejo_oauth_jwt_secret }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue