Skip to content

Commit

Permalink
fix: use correct key for oauth2 section ENABLED
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoFgrx committed Jun 3, 2024
1 parent 128a7d2 commit 051e039
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 051e039

Please sign in to comment.