1
1
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gitea.git synced 2024-08-16 11:39:50 +02:00

fix: use correct key for oauth2 section ENABLED

This commit is contained in:
Nicolas FAUGEROUX 2024-06-03 20:33:38 +02:00
parent 128a7d2e7a
commit 051e039b2d
No known key found for this signature in database
GPG key ID: 26E04E41030F053F

View file

@ -257,7 +257,7 @@ TOKEN = {{ gitea_metrics_token }}
; ;
; -> https://docs.gitea.com/next/administration/config-cheat-sheet/#oauth2-oauth2 ; -> https://docs.gitea.com/next/administration/config-cheat-sheet/#oauth2-oauth2
[oauth2] [oauth2]
ENABLE = {{ gitea_oauth2_enabled | ternary('true', 'false') }} ENABLED = {{ gitea_oauth2_enabled | ternary('true', 'false') }}
JWT_SECRET = {{ gitea_oauth2_jwt_secret }} JWT_SECRET = {{ gitea_oauth2_jwt_secret }}
{{ gitea_oauth2_extra_config }} {{ gitea_oauth2_extra_config }}
; ;