Fix identity provider values rendering in README

This commit is contained in:
Jonatan Kłosko 2024-06-15 19:41:56 +07:00
parent 0c9add202b
commit 80da045f1d

View file

@ -238,11 +238,11 @@ The following environment variables can be used to configure Livebook on boot:
Livebook inside a cloud platform, such as Cloudflare and Google.
Supported values are:
* "basic_auth:<username>:<password>"
* "cloudflare:<your-team-name (domain)>"
* "google_iap:<your-audience (aud)>"
* "tailscale:<tailscale-cli-socket-path>"
* "custom:YourElixirModule"
* `basic_auth:<username>:<password>`
* `cloudflare:<your-team-name (domain)>`
* `google_iap:<your-audience (aud)>`
* `tailscale:<tailscale-cli-socket-path>`
* `custom:YourElixirModule`
See our authentication docs for more information: https://hexdocs.pm/livebook/authentication.html