@@ -372,7 +372,7 @@ For more information on our plans, visit our [pricing page](https://www.lightdas
372
372
| :------------------------------------ | :------------------------------------------------------------------------------------------------ | :-------------------------------------------: | :----------: |
373
373
| ` LD_SETUP_ADMIN_NAME ` | Name of the admin user for initial setup | | ` Admin User ` |
374
374
| ` 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 | | |
376
376
| ` LD_SETUP_ORGANIZATION_DEFAULT_ROLE ` | Default role for new organization members | | ` viewer ` |
377
377
| ` LD_SETUP_ORGANIZATION_NAME ` | Name of the organization | <Icon icon = " square-check" iconType = " solid" /> | |
378
378
| ` 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
411
411
412
412
<Info >
413
413
414
- ** Initialize instance is only available on Lightdash Enterprise plans.**
414
+ ** Update instance is only available on Lightdash Enterprise plans.**
415
415
416
416
For more information on our plans, visit our [ pricing page] ( https://www.lightdash.com/pricing ) .
417
417
</Info >
@@ -420,8 +420,11 @@ For more information on our plans, visit our [pricing page](https://www.lightdas
420
420
| Variable | Description | Required? | Default |
421
421
| :------------------------------------ | :------------------------------------------------------------------------------------------------ | :-------------------------------------------: | :----------: |
422
422
| ` 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 | | |
425
428
| ` 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