Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

docs: for LIGHTDASH_IFRAME_EMBEDDING_DOMAINS env variable #56

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ This is a reference to all environment variables that can be used to configure a
| `HEADLESS_BROWSER_HOST` | Hostname for the headless browser | | — |
| `HEADLESS_BROWSER_PORT` | Port for the headless browser | | `3001` |
| `ALLOW_MULTIPLE_ORGS` | If set to `true`, new users registering on Lightdash will have their own organization, separated from others | | `false` |
| `LIGHTDASH_IFRAME_EMBEDDING_DOMAINS` | Allows accessing Lightdash from an iframe. Accepts comma separated list of domains | | |

Lightdash also accepts all [standard postgres environment variables](https://www.postgresql.org/docs/9.3/libpq-envars.html)

Expand Down