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:
commit
2939ad7602
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
|
; -> 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 }}
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in a new issue