docs/auth: use env placeholder for secret

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-12-20 16:59:31 +01:00
parent fc2b89ca39
commit 69aa54267d
+1 -1
View File
@@ -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: