mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-10 21:46:46 +08:00
Fix identity provider values rendering in README
This commit is contained in:
parent
0c9add202b
commit
80da045f1d
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -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.
|
Livebook inside a cloud platform, such as Cloudflare and Google.
|
||||||
Supported values are:
|
Supported values are:
|
||||||
|
|
||||||
* "basic_auth:<username>:<password>"
|
* `basic_auth:<username>:<password>`
|
||||||
* "cloudflare:<your-team-name (domain)>"
|
* `cloudflare:<your-team-name (domain)>`
|
||||||
* "google_iap:<your-audience (aud)>"
|
* `google_iap:<your-audience (aud)>`
|
||||||
* "tailscale:<tailscale-cli-socket-path>"
|
* `tailscale:<tailscale-cli-socket-path>`
|
||||||
* "custom:YourElixirModule"
|
* `custom:YourElixirModule`
|
||||||
|
|
||||||
See our authentication docs for more information: https://hexdocs.pm/livebook/authentication.html
|
See our authentication docs for more information: https://hexdocs.pm/livebook/authentication.html
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue