Skip to content

Commit

Permalink
Merge pull request #164 from NicoFgrx/main
Browse files Browse the repository at this point in the history
fix: use correct key for oauth2 section ENABLED
  • Loading branch information
DO1JLR authored Jun 6, 2024
2 parents 128a7d2 + 051e039 commit 2939ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/gitea.ini.j2
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ TOKEN = {{ gitea_metrics_token }}
;
; -> https://docs.gitea.com/next/administration/config-cheat-sheet/#oauth2-oauth2
[oauth2]
ENABLE = {{ gitea_oauth2_enabled | ternary('true', 'false') }}
ENABLED = {{ gitea_oauth2_enabled | ternary('true', 'false') }}
JWT_SECRET = {{ gitea_oauth2_jwt_secret }}
{{ gitea_oauth2_extra_config }}
;
Expand Down

0 comments on commit 2939ad7

Please sign in to comment.