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

Merge pull request #164 from NicoFgrx/main

fix: use correct key for oauth2 section ENABLED
This commit is contained in:
L3D 2024-06-06 11:51:50 +02:00 committed by GitHub
commit 2939ad7602
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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