Fix typo for authentication (#3005)

This commit is contained in:
Kai 2025-05-19 00:18:23 +08:00 committed by GitHub
parent f2e0427f0d
commit 34513ce277
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -202,7 +202,7 @@ The following environment variables can be used to configure Livebook on boot:
* `LIVEBOOK_PUBLIC_BASE_URL_PATH` - sets the base url path the `/public/*` routes
are served on. Note that this takes precedence over `LIVEBOOK_BASE_URL_PATH`,
if both are set. Setting this may be useful to create exceptions when deploying
behind a reverse proxy that requires au1thentication.
behind a reverse proxy that requires authentication.
* `LIVEBOOK_CACERTFILE` - path to a local file containing CA certificates.
Those certificates are used during for server authentication when Livebook