mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-12-28 10:42:25 +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.
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue