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

add back oauth2 parameters

This commit is contained in:
Mathias Merscher 2019-12-21 14:18:58 +01:00 committed by Thomas Maurice
parent 4e42778158
commit 630d64dbb5

View file

@ -177,3 +177,7 @@ BUFFER_LEN = 10000
LEVEL = Info LEVEL = Info
REDIRECT_MACARON_LOG = false REDIRECT_MACARON_LOG = false
[oauth2]
ENABLE = {{ gitea_oauth2_enabled }}
JWT_SECRET = {{ gitea_oauth2_jwt_secret }}