chore: upgrade Forgejo to v7.0.1

This commit is contained in:
Dan Anglin 2024-04-28 09:16:21 +01:00
parent 19faf8ac8d
commit a428265852
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638
2 changed files with 2 additions and 2 deletions

2
config

@ -1 +1 @@
Subproject commit ce45a3ab91078fecc014ad111e78828edabe20e0
Subproject commit 36dc17990e20f39e6c813c1f129640210e3da798

View file

@ -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 }}