Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fc806bf

Browse files
docs: update environment variables documentation for Instance Init/Update (#150)
This PR updates the environment variables documentation with the following improvements: 1. Clarified that `LD_SETUP_ORGANIZATION_EMAIL_DOMAIN` accepts a comma-separated list of email domains for organization whitelisting 2. Added missing environment variables to the update instance section: - `LD_SETUP_ORGANIZATION_EMAIL_DOMAIN` - `LD_SETUP_ORGANIZATION_DEFAULT_ROLE` - `LD_SETUP_PROJECT_PAT`
2 parents ce98780 + 4f9fd5b commit fc806bf

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

‎self-host/customize-deployment/environment-variables.mdx

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ For more information on our plans, visit our [pricing page](https://www.lightdas
372372
| :------------------------------------ | :------------------------------------------------------------------------------------------------ | :-------------------------------------------: | :----------: |
373373
| `LD_SETUP_ADMIN_NAME` | Name of the admin user for initial setup | | `Admin User` |
374374
| `LD_SETUP_ADMIN_EMAIL` | Email of the admin user for initial setup | <Icon icon="square-check" iconType="solid" /> | |
375-
| `LD_SETUP_ORGANIZATION_EMAIL_DOMAIN` | Email domain for the organization whitelisting | | |
375+
| `LD_SETUP_ORGANIZATION_EMAIL_DOMAIN` | Comma-separated list of email domains for organization whitelisting | | |
376376
| `LD_SETUP_ORGANIZATION_DEFAULT_ROLE` | Default role for new organization members | | `viewer` |
377377
| `LD_SETUP_ORGANIZATION_NAME` | Name of the organization | <Icon icon="square-check" iconType="solid" /> | |
378378
| `LD_SETUP_ADMIN_API_KEY` | API key for the admin user, must start with `ldpat_` prefix | <Icon icon="square-check" iconType="solid" /> | |
@@ -411,7 +411,7 @@ On server start, we will check the following variables, and update some configur
411411

412412
<Info>
413413

414-
**Initialize instance is only available on Lightdash Enterprise plans.**
414+
**Update instance is only available on Lightdash Enterprise plans.**
415415

416416
For more information on our plans, visit our [pricing page](https://www.lightdash.com/pricing).
417417
</Info>
@@ -420,8 +420,11 @@ For more information on our plans, visit our [pricing page](https://www.lightdas
420420
| Variable | Description | Required? | Default |
421421
| :------------------------------------ | :------------------------------------------------------------------------------------------------ | :-------------------------------------------: | :----------: |
422422
| `LD_SETUP_ADMIN_EMAIL` | Email of the admin to update its Personal access token | Required if `LD_SETUP_ADMIN_API_KEY` is present | |
423-
| `LD_SETUP_ADMIN_API_KEY` | API key for the admin user, must start with `ldpat_` prefix | | |
424-
| `LD_SETUP_PROJECT_HTTP_PATH` | HTTP path for Databricks connection | | |
423+
| `LD_SETUP_ADMIN_API_KEY` | API key for the admin user, must start with `ldpat_` prefix | | |
424+
| `LD_SETUP_ORGANIZATION_EMAIL_DOMAIN` | Comma-separated list of email domains for organization whitelisting | | |
425+
| `LD_SETUP_ORGANIZATION_DEFAULT_ROLE` | Default role for new organization members | | `viewer` |
426+
| `LD_SETUP_PROJECT_HTTP_PATH` | HTTP path for Databricks connection | | |
427+
| `LD_SETUP_PROJECT_PAT` | Personal access token for Databricks | | |
425428
| `LD_SETUP_DBT_VERSION` | Version of dbt to use (eg: v1.8) | | `latest` |
426-
| `LD_SETUP_GITHUB_PAT` | GitHub personal access token | | |
427-
| `LD_SETUP_SERVICE_ACCOUNT_TOKEN` | A pre-set token for the service account, must start with `ldsvc_` prefix | | |
429+
| `LD_SETUP_GITHUB_PAT` | GitHub personal access token | | |
430+
| `LD_SETUP_SERVICE_ACCOUNT_TOKEN` | A pre-set token for the service account, must start with `ldsvc_` prefix | | |

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /