[forgejo] Change oauth to oauth2 section

This commit is contained in:
JuliusFreudenberger 2024-11-19 14:04:10 +01:00
parent 5822190a54
commit 3d3ad7ec4c

View file

@ -21,7 +21,7 @@ services:
- GITEA__security__INSTALL_LOCK=${INSTALL_LOCK:-true} - GITEA__security__INSTALL_LOCK=${INSTALL_LOCK:-true}
- GITEA__service__DISABLE_REGISTRATION=${DISABLE_REGISTRATION:-true} - GITEA__service__DISABLE_REGISTRATION=${DISABLE_REGISTRATION:-true}
- GITEA__service__NO_REPLY_ADDRESS=${NO_REPLY_ADDRESS:-noreply@jfreudenberger.de} - 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__ENABLED=${MAILER_ENABLED:-false}
- GITEA__mailer__SMTP_ADDR=${SMTP_ADDR} - GITEA__mailer__SMTP_ADDR=${SMTP_ADDR}
- GITEA__mailer__SMTP_PORT=${SMTP_PORT} - GITEA__mailer__SMTP_PORT=${SMTP_PORT}