Skip to content

Commit 7d589c0

Browse files
authored
Merge pull request #267 from nocodb/disable-chatwoot
feat: add NC_DISABLE_SUPPORT_CHAT environment variable documentation
2 parents cb9f48b + 8f6ef9c commit 7d589c0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/self-hosting/environment-variables.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,14 @@ has the required permissions. To disable it, set the `NC_DISABLE_PG_DATA_REFLECT
137137
|-------------------|-----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------|
138138
| `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. | |
139139

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+
140148
## Litestream
141149

142150
> 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)