From 3d3ad7ec4cca8b9f318ff7e15c07d0bef260ec27 Mon Sep 17 00:00:00 2001 From: JuliusFreudenberger Date: Tue, 19 Nov 2024 14:04:10 +0100 Subject: [PATCH] [forgejo] Change oauth to oauth2 section --- forgejo/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forgejo/docker-compose.yaml b/forgejo/docker-compose.yaml index 79fc2c3..8934192 100644 --- a/forgejo/docker-compose.yaml +++ b/forgejo/docker-compose.yaml @@ -21,7 +21,7 @@ services: - GITEA__security__INSTALL_LOCK=${INSTALL_LOCK:-true} - GITEA__service__DISABLE_REGISTRATION=${DISABLE_REGISTRATION:-true} - GITEA__service__NO_REPLY_ADDRESS=${NO_REPLY_ADDRESS:-noreply@jfreudenberger.de} - - GITEA__oauth__JWT_SECRET=${OAUTH_JWT_SECRET} + - GITEA__oauth2__JWT_SECRET=${OAUTH_JWT_SECRET} - GITEA__mailer__ENABLED=${MAILER_ENABLED:-false} - GITEA__mailer__SMTP_ADDR=${SMTP_ADDR} - GITEA__mailer__SMTP_PORT=${SMTP_PORT}