Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions self-host/customize-deployment/environment-variables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ These variables enable you to configure the [Slack integration](/guides/using-sl
| `SLACK_SOCKET_MODE` | Enable socket mode for Slack (default=false) |
| `SLACK_CHANNELS_CACHED_TIME` | Time in milliseconds to cache Slack channels (default=600000, 10 minutes) |
| `SLACK_SUPPORT_URL` | URL for Slack support |
| `SLACK_MULTI_AGENT_CHANNEL_ENABLED` | Enables the [multi-agent Slack channel (Beta)](/guides/ai-agents/getting-started#setting-up-a-multi-agent-slack-channel) feature for the whole instance (default=false) |

## GitHub Integration

Expand Down
1 change: 1 addition & 0 deletions self-host/enterprise-on-prem.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Once your license key is active, most Enterprise features are controlled by envi
|---------|---------------------|---------------|
| Custom roles | `CUSTOM_ROLES_ENABLED=true` | [Custom roles](/references/workspace/custom-roles#custom-roles) |
| AI agents | `AI_AGENTS_ENABLED=true` | [AI agents](/guides/ai-agents) |
| Multi-agent Slack channels (Beta) | `SLACK_MULTI_AGENT_CHANNEL_ENABLED=true` | [Multi-agent Slack channels](/guides/ai-agents/getting-started#setting-up-a-multi-agent-slack-channel) |
| Caching | `RESULTS_CACHE_ENABLED=true` | [Caching](/guides/developer/caching) |
| Embedding | `EMBEDDING_ENABLED=true` | [Embedding](/references/embedding) |
| MCP | `MCP_ENABLED=true` | [MCP integration](/self-host/customize-deployment/configure-mcp-for-lightdash) |
Expand Down
Loading