[forgejo] Change oauth to oauth2 section
This commit is contained in:
parent
5822190a54
commit
3d3ad7ec4c
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue