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:
parent
128a7d2e7a
commit
051e039b2d
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
;
|
||||
|
|
Loading…
Reference in a new issue