Skip to content

Commit 8f6ef9c

Browse files
docs: move support chat variables to dedicated section for enterprise edition
1 parent 9dd080d commit 8f6ef9c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

content/self-hosting/environment-variables.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,16 @@ has the required permissions. To disable it, set the `NC_DISABLE_PG_DATA_REFLECT
135135

136136
| Variable | Mandatory | Description | If Not Set |
137137
|-------------------|-----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------|
138-
| `NC_DISABLE_SUPPORT_CHAT` | No | Disables the support chat within the product. We use Chatwoot which is an open source support system. | FALSE |
139138
| `NC_DISABLE_TELE` | No | Disables the telemetry to prevent sending anonymous usage data. Please keep it enabled to help us understand the usage of the product and the impact that any new breaking change can cause. | |
140139

140+
## Support Chat
141+
142+
> Applicable only for self-hosted enterprise edition.
143+
144+
| Variable | Mandatory | Description | If Not Set |
145+
|----------|-----------|-------------|------------|
146+
| `NC_DISABLE_SUPPORT_CHAT` | No | Disables the support chat within the product. We use Chatwoot which is an open source support system. | FALSE |
147+
141148
## Litestream
142149

143150
> Litestream is used **only** when `NC_DB` is set to SQLite. It backs up the SQLite database and stores it in S3.

0 commit comments

Comments
 (0)