From 630d64dbb5944b12a1da8fb0cdd2c1781374d467 Mon Sep 17 00:00:00 2001 From: Mathias Merscher Date: Sat, 21 Dec 2019 14:18:58 +0100 Subject: [PATCH] add back oauth2 parameters --- templates/gitea.ini.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/gitea.ini.j2 b/templates/gitea.ini.j2 index 4acda71..78fb423 100644 --- a/templates/gitea.ini.j2 +++ b/templates/gitea.ini.j2 @@ -177,3 +177,7 @@ BUFFER_LEN = 10000 LEVEL = Info REDIRECT_MACARON_LOG = false +[oauth2] +ENABLE = {{ gitea_oauth2_enabled }} +JWT_SECRET = {{ gitea_oauth2_jwt_secret }} +