From ada0d7dd5a704f90bd7b8161d99e7ac5ba4f2b9b Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Wed, 1 May 2019 22:32:06 -0400 Subject: [PATCH] Rename LFS_JWT_SECRET to include OAUTH2 as well (#6826) --- doc/usage/command-line.en-us.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/usage/command-line.en-us.md b/doc/usage/command-line.en-us.md index 021283f9..9959ac30 100644 --- a/doc/usage/command-line.en-us.md +++ b/doc/usage/command-line.en-us.md @@ -161,11 +161,11 @@ for automatic deployments. - `secret`: - Options: - `INTERNAL_TOKEN`: Token used for an internal API call authentication. - - `LFS_JWT_SECRET`: LFS authentication secret. + - `JWT_SECRET`: LFS & OAUTH2 JWT authentication secret (LFS_JWT_SECRET is aliased to this option for backwards compatibility). - `SECRET_KEY`: Global secret key. - Examples: - `gitea generate secret INTERNAL_TOKEN` - - `gitea generate secret LFS_JWT_SECRET` + - `gitea generate secret JWT_SECRET` - `gitea generate secret SECRET_KEY` #### keys