From 69aa54267d579a12188f71fba4d379f56c099413 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 20 Dec 2022 16:59:31 +0100 Subject: [PATCH] docs/auth: use env placeholder for secret Signed-off-by: Patrik Oldsberg --- docs/auth/auth0/provider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/auth/auth0/provider.md b/docs/auth/auth0/provider.md index 4f33cda893..e9393cfa0b 100644 --- a/docs/auth/auth0/provider.md +++ b/docs/auth/auth0/provider.md @@ -38,7 +38,7 @@ auth: connection: ${AUTH_AUTH0_CONNECTION} connectionScope: ${AUTH_AUTH0_CONNECTION_SCOPE} session: - secret: 'supersecret' + secret: ${AUTH_SESSION_SECRET} ``` The Auth0 provider is a structure with three configuration keys: