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
1 changed files with 4 additions and 0 deletions

View File

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