diff --git a/config b/config index ce45a3a..36dc179 160000 --- a/config +++ b/config @@ -1 +1 @@ -Subproject commit ce45a3ab91078fecc014ad111e78828edabe20e0 +Subproject commit 36dc17990e20f39e6c813c1f129640210e3da798 diff --git a/templates/forgejo/app.ini.gotmpl b/templates/forgejo/app.ini.gotmpl index be3dac9..b93afe8 100644 --- a/templates/forgejo/app.ini.gotmpl +++ b/templates/forgejo/app.ini.gotmpl @@ -123,7 +123,7 @@ SHOW_FOOTER_VERSION = false SHOW_FOOTER_TEMPLATE_LOAD_TIME = false [oauth2] -ENABLE = {{ .Forgejo.Oauth2Enable }} +ENABLED = {{ .Forgejo.Oauth2Enable }} JWT_SIGNING_ALGORITHM = {{ .Forgejo.Oauth2JwtSigningAlgo }} JWT_SECRET = {{ .Forgejo.Oauth2JwtSecret }}