Fix BILLING_ENABLED in example .env file (#345)
The ENABLE_BILLING env var is not used in the chatwoot code base. Instead, the BILLING_ENABLED is used to enable billing.
This commit is contained in:
parent
6a2f4e6673
commit
ff5c26a388
1 changed files with 2 additions and 2 deletions
|
@ -23,9 +23,9 @@ AWS_REGION=
|
|||
SENTRY_DSN=
|
||||
|
||||
#### This environment variables are only required in hosted version which has billing
|
||||
ENABLE_BILLING=
|
||||
BILLING_ENABLED=
|
||||
## chargebee settings
|
||||
CHARGEBEE_API_KEY=
|
||||
CHARGEBEE_SITE=
|
||||
CHARGEBEE_WEBHOOK_USERNAME=
|
||||
CHARGEBEE_WEBHOOK_PASSWORD=
|
||||
CHARGEBEE_WEBHOOK_PASSWORD=
|
||||
|
|
Loading…
Reference in a new issue