diff --git a/roles/forgejo/templates/app.ini.j2 b/roles/forgejo/templates/app.ini.j2 index 2355cb3..a8a7716 100644 --- a/roles/forgejo/templates/app.ini.j2 +++ b/roles/forgejo/templates/app.ini.j2 @@ -75,4 +75,4 @@ REVERSE_PROXY_LIMIT = 1 ENABLED = true [oauth2] -JWT_SECRET = {{ gitea_oauth_jwt_secret }} +JWT_SECRET = {{ forgejo_oauth_jwt_secret }}